mapSavestate_apply() matched
This commit is contained in:
@@ -393,4 +393,9 @@ typedef struct actor_array{
|
||||
Actor data[]; //variable size array
|
||||
}ActorArray;
|
||||
|
||||
typedef struct {
|
||||
u32 cnt;
|
||||
Actor *actor_save_state[];
|
||||
}ActorListSaveState;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user