mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
d_s_room / d_a_bg first pass
This commit is contained in:
@@ -273,6 +273,7 @@ public:
|
||||
static dDemo_actor_c* getActor(u8 param_0) { return m_object->getActor(param_0); }
|
||||
static u32 getFrameNoMsg() { return m_frameNoMsg; }
|
||||
static s32 getMode() { return m_mode; }
|
||||
static int getFrame() { return m_frame; }
|
||||
static JStudio::stb::TControl* getControl() { return m_control; }
|
||||
static bool isStatus(u32 status) { return m_status & status; }
|
||||
static void onStatus(u32 status) { m_status |= status; }
|
||||
|
||||
Reference in New Issue
Block a user