implement and link ac_npc_mask_cat.c

This commit is contained in:
Vi
2025-05-12 04:44:37 -05:00
parent 526b5af4a9
commit 864ed75b62
4 changed files with 145 additions and 2 deletions
+8 -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 npc_mask_cat_s NPC_MASK_CAT_ACTOR;
/* sizeof(npc_mask_cat_s) == 0x994*/
struct npc_mask_cat_s {
/* 0x000 */ NPC_ACTOR npc_class;
};
extern ACTOR_PROFILE Npc_Mask_Cat_Profile;
#ifdef __cplusplus