mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-07 20:11:51 -04:00
Merge pull request #470 from SamuraiOndo/master
implement and link ac_kamakura_npc0
This commit is contained in:
@@ -3,11 +3,17 @@
|
||||
|
||||
#include "types.h"
|
||||
#include "m_actor.h"
|
||||
|
||||
#include "ac_npc.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct npc_kamakura_npc0_s NPC_KAMUKURA_NPC0_ACTOR;
|
||||
|
||||
/* sizeof(npc_kamakura_npc0_s) == 0x994*/
|
||||
struct npc_kamakura_npc0_s {
|
||||
/* 0x000 */ NPC_ACTOR npc_class;
|
||||
};
|
||||
extern ACTOR_PROFILE Kamakura_Npc0_Profile;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user