mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-13 20:15:02 -04:00
Modified return types
This commit is contained in:
@@ -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[];
|
||||
|
||||
|
||||
@@ -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[];
|
||||
|
||||
|
||||
@@ -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[];
|
||||
|
||||
|
||||
@@ -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[];
|
||||
|
||||
|
||||
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user