mirror of
https://github.com/zeldaret/ss
synced 2026-09-09 11:44:32 -04:00
dStageMgr_c start, more splits
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#ifndef D_CC_MASS_OBJ_H
|
||||
#define D_CC_MASS_OBJ_H
|
||||
|
||||
#include "common.h"
|
||||
#include "d/a/obj/d_a_obj_base.h"
|
||||
@@ -102,3 +104,5 @@ public:
|
||||
// u8 GetResultCam() const;
|
||||
// void GetCamTopPos(Vec *p_out);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
#ifndef D_CC_S_H
|
||||
#define D_CC_S_H
|
||||
|
||||
#include "common.h"
|
||||
#include "d/col/c/c_cc_d.h"
|
||||
#include "d/col/cc/d_cc_mass_s.h"
|
||||
@@ -76,3 +79,5 @@ public:
|
||||
static dCcS *GetInstance();
|
||||
static dCcS *sInstance;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user