Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_obj_graWall.h
Go to the documentation of this file.
1#ifndef D_A_OBJ_GRAWALL_H
2#define D_A_OBJ_GRAWALL_H
3
4#include "d/d_com_inf_game.h"
6
15class daObjGraWall_c : public fopAc_ac_c {
16public:
17 int Create();
18 int Execute();
19 int Delete();
20 void col_init();
21 void col_set();
22
23private:
24 /* 0x568 */ dCcD_Stts mStts;
25 /* 0x5A4 */ dCcD_Cyl mCyl;
26 /* 0x6E0 */ u8 field_0x6e0;
27};
28
29STATIC_ASSERT(sizeof(daObjGraWall_c) == 0x6E4);
30
31#endif /* D_A_OBJ_GRAWALL_H */
Definition d_cc_d.h:461
Definition d_cc_d.h:269
Goron Wall?
Definition d_a_obj_graWall.h:15
int Create()
Definition d_a_obj_graWall.cpp:11
void col_init()
Definition d_a_obj_graWall.cpp:67
u8 field_0x6e0
Definition d_a_obj_graWall.h:26
dCcD_Cyl mCyl
Definition d_a_obj_graWall.h:25
int Delete()
Definition d_a_obj_graWall.cpp:47
int Execute()
Definition d_a_obj_graWall.cpp:30
dCcD_Stts mStts
Definition d_a_obj_graWall.h:24
void col_set()
Definition d_a_obj_graWall.cpp:73
Definition f_op_actor.h:230
STATIC_ASSERT(sizeof(daObjGraWall_c)==0x6E4)
unsigned char u8
Definition types.h:8