Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_a_set_bgobj.h
Go to the documentation of this file.
1#ifndef D_A_SET_BGOBJ_H
2#define D_A_SET_BGOBJ_H
3
4#include "d/d_com_inf_game.h"
5
14class daSetBgObj_c : public fopAc_ac_c {
15public:
16 /* 80031870 */ static const char* getArcName(fopAc_ac_c*);
17 /* 80485D78 */ int CreateInit();
18 /* 80485DFC */ int create();
19 /* 80485E88 */ int Delete();
20
22 /* 0x570 */ char mArcName[16];
23};
24
25#endif /* D_A_SET_BGOBJ_H */
Set Background Object.
Definition d_a_set_bgobj.h:14
static const char * getArcName(fopAc_ac_c *)
Definition d_com_static.cpp:300
int create()
Definition d_a_set_bgobj.cpp:27
char mArcName[16]
Definition d_a_set_bgobj.h:22
request_of_phase_process_class mPhase
Definition d_a_set_bgobj.h:21
int CreateInit()
Definition d_a_set_bgobj.cpp:14
int Delete()
Definition d_a_set_bgobj.cpp:42
Definition d_a_ep.cpp:19
Definition d_a_hozelda.cpp:14