Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_fr.h
Go to the documentation of this file.
1#ifndef D_A_FR_H
2#define D_A_FR_H
3
4#include "dolphin/types.h"
6
15class fr_class : public fopAc_ac_c {
16private:
17 /* 0x568 */ u8 field_0x568[0x9e8 - 0x568];
18};
19
20STATIC_ASSERT(sizeof(fr_class) == 0x9e8);
21
23public:
24 /* 805198EC */ daFr_HIO_c();
25 /* 8051B920 */ ~daFr_HIO_c();
26};
27
28
29#endif /* D_A_FR_H */
Definition d_a_fr.h:22
~daFr_HIO_c()
Definition d_a_fr.cpp:714
daFr_HIO_c()
Definition d_a_fr.cpp:283
Frog.
Definition d_a_fr.h:15
u8 field_0x568[0x9e8 - 0x568]
Definition d_a_fr.h:17
STATIC_ASSERT(sizeof(fr_class)==0x9e8)
Definition d_a_ep.cpp:19
unsigned char u8
Definition types.h:8