Implement & link ac_normal_npc

This commit is contained in:
Cuyler36
2025-03-21 02:28:07 -04:00
parent eb242526ad
commit bab8f9b8aa
3 changed files with 72 additions and 2 deletions
+7 -1
View File
@@ -3,11 +3,18 @@
#include "types.h"
#include "m_actor.h"
#include "ac_npc.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct normal_npc_actor_s NORMAL_NPC_ACTOR;
struct normal_npc_actor_s {
NPC_ACTOR npc_class;
};
extern ACTOR_PROFILE Normal_Npc_Profile;
#ifdef __cplusplus
@@ -15,4 +22,3 @@ extern ACTOR_PROFILE Normal_Npc_Profile;
#endif
#endif