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:
@@ -14,12 +14,12 @@
|
||||
*/
|
||||
class daTwGate_c : public dBgS_MoveBgActor {
|
||||
public:
|
||||
/* 80D1FB84 */ void setBaseMtx();
|
||||
/* 80D1FC0C */ int CreateHeap();
|
||||
/* 80D1FD44 */ int create();
|
||||
/* 80D1FFA4 */ int Execute(Mtx**);
|
||||
/* 80D200B4 */ int Draw();
|
||||
/* 80D20180 */ int Delete();
|
||||
void setBaseMtx();
|
||||
int CreateHeap();
|
||||
int create();
|
||||
int Execute(Mtx**);
|
||||
int Draw();
|
||||
int Delete();
|
||||
|
||||
int getGateType() { return fopAcM_GetParamBit(this, 4, 8); }
|
||||
|
||||
@@ -36,8 +36,8 @@ STATIC_ASSERT(sizeof(daTwGate_c) == 0x5fc);
|
||||
|
||||
class daTwGate_HIO_c : public fOpAcm_HIO_entry_c {
|
||||
public:
|
||||
/* 80D1FAAC */ daTwGate_HIO_c();
|
||||
/* 80D2024C */ ~daTwGate_HIO_c() {}
|
||||
daTwGate_HIO_c();
|
||||
~daTwGate_HIO_c() {}
|
||||
|
||||
void genMessage(JORMContext* ctx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user