mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
project cleanup (#2895)
* some wii OS fixes * remove old dol2asm comments * remove dol2asm.h * remove function address comments * normalize ATTRIBUTE_ALIGN usage * DECL_WEAK macro * fix gcc attribute weak macro * wrap more mwcc specific things in ifdefs * fixes * fix revo sdk version flags * fixes
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
*/
|
||||
class daTboxSw_c : public fopAc_ac_c {
|
||||
public:
|
||||
/* 80D66858 */ int Create();
|
||||
/* 80D66860 */ int create();
|
||||
/* 80D668C8 */ int execute();
|
||||
/* 80D66938 */ int draw();
|
||||
/* 80D66940 */ int _delete();
|
||||
int Create();
|
||||
int create();
|
||||
int execute();
|
||||
int draw();
|
||||
int _delete();
|
||||
};
|
||||
|
||||
STATIC_ASSERT(sizeof(daTboxSw_c) == 0x568);
|
||||
|
||||
Reference in New Issue
Block a user