Merge pull request #470 from SamuraiOndo/master

implement and link ac_kamakura_npc0
This commit is contained in:
Cuyler36
2025-05-16 00:00:50 -04:00
committed by GitHub
4 changed files with 117 additions and 2 deletions
+7 -1
View File
@@ -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