Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_npc_df.h
Go to the documentation of this file.
1#ifndef D_A_NPC_DF_H
2#define D_A_NPC_DF_H
3
4#include "d/actor/d_a_npc.h"
5
14class npc_df_class : public fopAc_ac_c {
15private:
16 /* 0x568 */ u8 field_0x568[0xd44 - 0x568];
17};
18
19STATIC_ASSERT(sizeof(npc_df_class) == 0xd44);
20
21struct df_s {
22public:
23 /* 809A6728 */ ~df_s();
24 /* 809A6764 */ df_s();
25};
26
27
28#endif /* D_A_NPC_DF_H */
???
Definition d_a_npc_df.h:14
u8 field_0x568[0xd44 - 0x568]
Definition d_a_npc_df.h:16
STATIC_ASSERT(sizeof(npc_df_class)==0xd44)
Definition d_a_npc_df.h:21
df_s()
Definition d_a_npc_df.cpp:635
~df_s()
Definition d_a_npc_df.cpp:630
Definition d_a_ep.cpp:19
unsigned char u8
Definition types.h:8