Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_kytag07.h
Go to the documentation of this file.
1#ifndef D_A_KYTAG07_H
2#define D_A_KYTAG07_H
3
5
14class kytag07_class : public fopAc_ac_c {
15public:
17 /* 0x588 */ f32 field_0x588;
18 /* 0x58C */ u8 field_0x58c;
19};
20
21STATIC_ASSERT(sizeof(kytag07_class) == 0x590);
22
23#endif /* D_A_KYTAG07_H */
Plight Setter Tag.
Definition d_a_kytag07.h:14
f32 field_0x588
Definition d_a_kytag07.h:17
LIGHT_INFLUENCE mLightInfluence
Definition d_a_kytag07.h:16
u8 field_0x58c
Definition d_a_kytag07.h:18
STATIC_ASSERT(sizeof(kytag07_class)==0x590)
Definition d_a_ep.cpp:149
Definition d_a_ep.cpp:19
float f32
Definition types.h:22
unsigned char u8
Definition types.h:8