mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-11 21:21:59 -04:00
implement and link both ac_tukumi_npc's
This commit is contained in:
@@ -3,13 +3,20 @@
|
||||
|
||||
#include "types.h"
|
||||
#include "m_actor.h"
|
||||
#include "ac_npc.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct tukimi_npc0_s TUKIMI_NPC0_ACTOR;
|
||||
extern ACTOR_PROFILE Tukimi_Npc0_Profile;
|
||||
|
||||
/* sizeof(tukimi_npc0_s) == 0x994 */
|
||||
struct tukimi_npc0_s {
|
||||
/* 0x000 */ NPC_ACTOR npc_class;
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -3,13 +3,21 @@
|
||||
|
||||
#include "types.h"
|
||||
#include "m_actor.h"
|
||||
#include "ac_npc.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct tukimi_npc1_s TUKIMI_NPC1_ACTOR;
|
||||
extern ACTOR_PROFILE Tukimi_Npc1_Profile;
|
||||
|
||||
/* sizeof(tukimi_npc1_s) == 0x998 */
|
||||
struct tukimi_npc1_s {
|
||||
/* 0x000 */ NPC_ACTOR npc_class;
|
||||
/* 0x994 */ int npcIdx;
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user