diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-11-30 14:23:42 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-30 15:23:42 -0700 |
| commit | a6e76c0841cae03cae0c0e6ac75c32f979043093 (patch) | |
| tree | 76b5f590c59c6abdf2c80d0a3d5c0ccb31ebd0fe /include/d/actor/d_a_obj_mgate.h | |
| parent | 434415337d268e405b09f6b72935a7e918e4cfe7 (diff) | |
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
Diffstat (limited to 'include/d/actor/d_a_obj_mgate.h')
| -rw-r--r-- | include/d/actor/d_a_obj_mgate.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/include/d/actor/d_a_obj_mgate.h b/include/d/actor/d_a_obj_mgate.h index 3e3beaf53a..5b86c8aa17 100644 --- a/include/d/actor/d_a_obj_mgate.h +++ b/include/d/actor/d_a_obj_mgate.h @@ -24,15 +24,15 @@ public: /* 1 */ TYPE_RIGHT, }; - /* 805935B8 */ void initBaseMtx(); - /* 80593630 */ void setBaseMtx(); - /* 8059388C */ int create1st(); - - /* 805937AC */ virtual int CreateHeap(); - /* 80593760 */ virtual int Create(); - /* 80593988 */ virtual int Execute(Mtx**); - /* 80593C4C */ virtual int Draw(); - /* 80593D18 */ virtual int Delete(); + void initBaseMtx(); + void setBaseMtx(); + int create1st(); + + virtual int CreateHeap(); + virtual int Create(); + virtual int Execute(Mtx**); + virtual int Draw(); + virtual int Delete(); u8 getType() { return fopAcM_GetParamBit(this, 0, 1); } u8 getKind() { return fopAcM_GetParamBit(this, 1, 4); } |
