mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-18 04:48:25 -04:00
Implement & link ac_npc_sleep_obaba
This commit is contained in:
@@ -3,11 +3,22 @@
|
||||
|
||||
#include "types.h"
|
||||
#include "m_actor.h"
|
||||
#include "ac_npc.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct npc_sleep_obaba_actor_s NPC_SLEEP_OBABA_ACTOR;
|
||||
|
||||
typedef void (*aNSO_ACT_PROC)(NPC_SLEEP_OBABA_ACTOR* actor);
|
||||
|
||||
struct npc_sleep_obaba_actor_s {
|
||||
NPC_ACTOR npc_class;
|
||||
int action;
|
||||
aNSO_ACT_PROC act_proc;
|
||||
};
|
||||
|
||||
extern ACTOR_PROFILE Npc_Sleep_Obaba_Profile;
|
||||
|
||||
#ifdef __cplusplus
|
||||
@@ -15,4 +26,3 @@ extern ACTOR_PROFILE Npc_Sleep_Obaba_Profile;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user