hsfload fixes
This commit is contained in:
parent
1e51c0f60d
commit
dfc51f4912
7 changed files with 87 additions and 19 deletions
|
|
@ -350,6 +350,9 @@ typedef struct hsf_track {
|
|||
float value;
|
||||
void *data;
|
||||
};
|
||||
#ifdef TARGET_PC
|
||||
void *dataTop;
|
||||
#endif
|
||||
} HsfTrack;
|
||||
|
||||
typedef struct hsf_motion {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue