Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_kytag17.h
Go to the documentation of this file.
1#ifndef D_A_KYTAG17_H
2#define D_A_KYTAG17_H
3
5
6
15class kytag17_class : public fopAc_ac_c {
16public:
17 /* 0x568 */ u8 mParameters;
18};
19
20STATIC_ASSERT(sizeof(kytag17_class) == 0x56C);
21
22#endif /* D_A_KYTAG17_H */
Light Mask Tag.
Definition d_a_kytag17.h:15
u8 mParameters
Definition d_a_kytag17.h:17
STATIC_ASSERT(sizeof(kytag17_class)==0x56C)
Definition d_a_ep.cpp:19
unsigned char u8
Definition types.h:8