NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
d_actor.hpp
1#include <dol/bases/d_base_actor.hpp>
2
3class dActor_c : public dBaseActor_c {
4public:
5 static bool mExecStopReq;
6 static bool mDrawStopReq;
7 static bool mExecStop;
8 static bool mDrawStop;
9};
Basic actor class, supporting positioning, rotation and movement/acceleration.