mapSavestate_apply() matched

This commit is contained in:
Banjo Kazooie
2024-05-04 23:10:06 -05:00
parent 255c800b18
commit e139aac86c
6 changed files with 42 additions and 32 deletions

View File

@@ -393,4 +393,9 @@ typedef struct actor_array{
Actor data[]; //variable size array
}ActorArray;
typedef struct {
u32 cnt;
Actor *actor_save_state[];
}ActorListSaveState;
#endif