mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-21 06:52:24 -04:00
link ac_dump
This commit is contained in:
@@ -10,6 +10,20 @@ extern "C" {
|
||||
|
||||
extern ACTOR_PROFILE Dump_Profile;
|
||||
|
||||
typedef struct actor_dump_s DUMP_ACTOR;
|
||||
|
||||
typedef void (*DUMP_PROC)(DUMP_ACTOR*, GAME_PLAY*);
|
||||
|
||||
struct actor_dump_s{
|
||||
ACTOR actor_class;
|
||||
u8 pad[0x2A0 - 0x174];
|
||||
DUMP_PROC proc;
|
||||
u8 pad2[0x2B4 - 0x2A4];
|
||||
int current_action;
|
||||
u8 pad3[0x2D8 - 0x2B8];
|
||||
int season;
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user