Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_obj_tatigi.h
Go to the documentation of this file.
1#ifndef D_A_OBJ_TATIGI_H
2#define D_A_OBJ_TATIGI_H
3
5
6struct tg_ss {
7public:
8 /* 80D083C0 */ ~tg_ss();
9 /* 80D08494 */ tg_ss();
10};
11
21private:
22 /* 0x568 */ u8 field_0x568[0x1bc0 - 0x568];
23};
24
26
27
28#endif /* D_A_OBJ_TATIGI_H */
???
Definition d_a_obj_tatigi.h:20
u8 field_0x568[0x1bc0 - 0x568]
Definition d_a_obj_tatigi.h:22
STATIC_ASSERT(sizeof(obj_tatigi_class)==0x1bc0)
Definition d_a_ep.cpp:19
Definition d_a_obj_tatigi.h:6
~tg_ss()
Definition d_a_obj_tatigi.cpp:340
tg_ss()
Definition d_a_obj_tatigi.cpp:345
unsigned char u8
Definition types.h:8