mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-02 16:47:59 -04:00
general cleanup, d_menu_quit / d_a_obj_testcube mostly done, d_msg_scrn_explain debug (#3065)
* typedef for cPhs_Step * make sdk includes consistent * d_menu_quit / d_msg_scrn_explain debug * d_a_obj_testcube mostly done * d_debug_pad mostly done * jstudio tool library headers * some JStudioCameraEditor headers * d_jcam_editor mostly done * try fixing some shield regressions * d_bg_parts mostly done * fix merge errors * debug fix
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
class daObjKshtr_c : public dBgS_MoveBgActor {
|
||||
public:
|
||||
typedef cPhs__Step (daObjKshtr_c::*PhaseFunc)();
|
||||
typedef cPhs_Step (daObjKshtr_c::*PhaseFunc)();
|
||||
typedef void (daObjKshtr_c::*ActionFunc)();
|
||||
typedef BOOL (daObjKshtr_c::*DemoFunc)();
|
||||
|
||||
@@ -25,10 +25,10 @@ public:
|
||||
void offDzb();
|
||||
int CreateHeap();
|
||||
void initKey();
|
||||
cPhs__Step phase_0();
|
||||
cPhs__Step phase_1();
|
||||
cPhs__Step phase_2();
|
||||
cPhs__Step create1st();
|
||||
cPhs_Step phase_0();
|
||||
cPhs_Step phase_1();
|
||||
cPhs_Step phase_2();
|
||||
cPhs_Step create1st();
|
||||
void event_proc_call();
|
||||
void event_proc_call2();
|
||||
int Execute(Mtx**);
|
||||
|
||||
Reference in New Issue
Block a user