mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-06 17:32:26 -04:00
implement and link ac_npc_mask_cat.c
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 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
|
||||
|
||||
Reference in New Issue
Block a user