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:
@@ -16,14 +16,14 @@
|
||||
*/
|
||||
class daObjWSword_c : public fopAc_ac_c {
|
||||
public:
|
||||
/* 80D3B998 */ void initBaseMtx();
|
||||
/* 80D3B9D4 */ void setBaseMtx();
|
||||
/* 80D3BA40 */ int Create();
|
||||
/* 80D3BAB8 */ int CreateHeap();
|
||||
/* 80D3BB28 */ int create();
|
||||
/* 80D3BDA0 */ int execute();
|
||||
/* 80D3BDF0 */ int draw();
|
||||
/* 80D3BE54 */ int _delete();
|
||||
void initBaseMtx();
|
||||
void setBaseMtx();
|
||||
int Create();
|
||||
int CreateHeap();
|
||||
int create();
|
||||
int execute();
|
||||
int draw();
|
||||
int _delete();
|
||||
|
||||
private:
|
||||
/* 0x568 */ request_of_phase_process_class mPhaseReq;
|
||||
|
||||
Reference in New Issue
Block a user