Modified return types

This commit is contained in:
DanTGL
2024-07-06 15:38:13 +02:00
parent 44e2c2695a
commit d2212904ba
10 changed files with 36 additions and 36 deletions
+2 -2
View File
@@ -23,12 +23,12 @@ public:
int init_bck_anm(s16 param);
s32 _create();
void set_mtx();
BOOL _execute();
bool _execute();
BOOL actLive();
BOOL actDead();
void animPlay();
void setCollision();
BOOL _draw();
bool _draw();
static const char m_arcname[];
+3 -3
View File
@@ -18,12 +18,12 @@ public:
Mode_GETDEMO_e,
};
BOOL _delete();
bool _delete();
BOOL CreateHeap();
void CreateInit();
s32 _create();
void set_mtx();
BOOL _execute();
bool _execute();
void mode_proc_call();
void mode_wait();
void mode_getdemo_init();
@@ -31,7 +31,7 @@ public:
void mode_getdemo();
void eventOrder();
void checkOrder();
BOOL _draw();
bool _draw();
static const char m_arcname[];
+2 -2
View File
@@ -13,14 +13,14 @@ public:
s32 _create();
void set_mtx();
void setMoveBGMtx();
BOOL _execute();
bool _execute();
void sw_check();
void demo();
void appear_bridge();
void disappear_bridge();
void set_on_se();
void set_off_se();
BOOL _draw();
bool _draw();
static const char m_arcname[];
+3 -3
View File
@@ -39,7 +39,7 @@ namespace daPedestal {
typedef int (daPds_c::* ActionFunc_t)(void*);
BOOL _delete();
bool _delete();
BOOL CreateHeap();
void CreateInit();
s32 _create();
@@ -59,8 +59,8 @@ namespace daPedestal {
void set_mtx();
BOOL initBrkAnm(u8, bool);
void playBrkAnm();
BOOL _execute();
BOOL _draw();
bool _execute();
bool _draw();
static const char m_arcname[];
+3 -3
View File
@@ -13,17 +13,17 @@ public:
void getRotSpeed() const {}
void getType() const {}
BOOL _delete();
bool _delete();
BOOL CreateHeap();
void CreateInit();
void search_wind();
s32 _create();
void set_mtx();
BOOL _execute();
bool _execute();
void hane_move();
void set_at();
void set_co();
BOOL _draw();
bool _draw();
static const s16 m_max_rot_speed[];
static const char* m_arcname[];