mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-09 12:37:22 -04:00
match ev_cherry_manager.c (#272)
* match ev_cherry_manager.c * remove extra include * update cherry manager definitions
This commit is contained in:
@@ -10,6 +10,10 @@ extern "C" {
|
||||
|
||||
extern ACTOR_PROFILE Ev_Cherry_Manager_Profile;
|
||||
|
||||
typedef struct cherry_manager_s {
|
||||
ACTOR actor_class;
|
||||
} CHERRY_MANAGER_EVENT_ACTOR;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -567,6 +567,7 @@ typedef struct event_common_save_data {
|
||||
u8 dozaemon_completed; // used to signal when you've received an item from gulliver
|
||||
} mEv_save_common_data_c;
|
||||
|
||||
extern void mEv_clear_status(int event, s16 status);
|
||||
extern int mEv_CheckFirstJob();
|
||||
extern int mEv_CheckFirstIntro();
|
||||
extern int mEv_CheckArbeit();
|
||||
|
||||
Reference in New Issue
Block a user