Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
HBMAnmController.h
Go to the documentation of this file.
1#ifndef HOMEBUTTON_ANM_CONTROLLER_H
2#define HOMEBUTTON_ANM_CONTROLLER_H
3
5
6namespace nw4hbm {
7 namespace lyt {
8 class AnimTransform;
9 class Group;
10 } // namespace lyt
11} // namespace nw4hbm
12
13namespace homebutton {
14
16 public:
17 /* 0x00 (base) */
20
22 virtual ~GroupAnmController();
23
24 void do_calc();
25 }; // size = 0x28
26
27} // namespace homebutton
28
29#endif
Definition HBMFrameController.h:21
Definition HBMAnmController.h:15
virtual ~GroupAnmController()
Definition HBMAnmController.cpp:10
nw4hbm::lyt::AnimTransform * mpAnimGroup
Definition HBMAnmController.h:19
nw4hbm::lyt::Group * mpGroup
Definition HBMAnmController.h:18
GroupAnmController()
Definition HBMAnmController.cpp:8
void do_calc()
Definition HBMAnmController.cpp:12
Definition animation.h:127
Definition group.h:22
Definition HBMAnmController.cpp:6
Definition HBMAnmController.h:6