mirror of
https://github.com/zeldaret/ss
synced 2026-09-04 02:09:59 -04:00
init for d_t_barrel
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
#include "d/a/obj/d_a_obj_base.h"
|
||||
#include "s/s_State.hpp"
|
||||
#include "s/s_StateMgr.hpp"
|
||||
|
||||
class dAcOstageSink_c : public dAcObjBase_c {
|
||||
public:
|
||||
@@ -13,8 +12,12 @@ public:
|
||||
STATE_FUNC_DECLARE(dAcOstageSink_c, Wait);
|
||||
STATE_FUNC_DECLARE(dAcOstageSink_c, Move);
|
||||
|
||||
static dAcOstageSink_c *GetInstance();
|
||||
|
||||
private:
|
||||
/* 0x??? */ STATE_MGR_DECLARE(dAcOstageSink_c);
|
||||
|
||||
static dAcOstageSink_c *sInstance;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user