Implement & link ac_go_home_npc

This commit is contained in:
Cuyler36
2024-01-10 03:38:42 -05:00
parent c28cf90468
commit 588980ca2b
3 changed files with 128 additions and 0 deletions
+7
View File
@@ -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