mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-08 12:16:19 -04:00
Implement & link ac_go_home_npc
This commit is contained in:
@@ -3,11 +3,18 @@
|
||||
|
||||
#include "types.h"
|
||||
#include "m_actor.h"
|
||||
#include "ac_npc.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct go_home_npc_s GO_HOME_NPC_ACTOR;
|
||||
|
||||
struct go_home_npc_s {
|
||||
NPC_ACTOR npc_class;
|
||||
};
|
||||
|
||||
extern ACTOR_PROFILE Go_Home_Npc_Profile;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user