diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-03-11 18:23:44 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-03-11 18:23:44 -0400 |
| commit | d0e8844b4bce31b72e38c10c3467f23ac69e4072 (patch) | |
| tree | f336a4e0f61110f5a096e15f64dce8dca368c0cb /include/d/actor/d_a_player.h | |
| parent | 029ddf6bb978f76c55fc98ef9079abd5fc0bbdf2 (diff) | |
Add uint typedef
Diffstat (limited to 'include/d/actor/d_a_player.h')
| -rw-r--r-- | include/d/actor/d_a_player.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/d/actor/d_a_player.h b/include/d/actor/d_a_player.h index cd4dfdae..dbb4812e 100644 --- a/include/d/actor/d_a_player.h +++ b/include/d/actor/d_a_player.h @@ -483,7 +483,7 @@ public: virtual BOOL checkCutCharge() const { return FALSE; } virtual BOOL getBokoFlamePos(cXyz*);// { return FALSE; } virtual BOOL checkTactWait() const { return FALSE; } - virtual void setTactZev(unsigned int, int, char*) {} + virtual void setTactZev(uint, int, char*) {} virtual void onDekuSpReturnFlg(u8) {} virtual BOOL checkComboCutTurn() const { return false; } virtual f32 getBaseAnimeFrameRate() = 0; @@ -500,7 +500,7 @@ public: virtual void onFrollCrashFlg(u32);// {} virtual MtxP getModelJointMtx(u16) { return NULL; } virtual f32 getOldSpeedY() { return 0.0f; } - virtual BOOL setHookshotCarryOffset(unsigned int, const cXyz*) { return FALSE; } + virtual BOOL setHookshotCarryOffset(uint, const cXyz*) { return FALSE; } virtual void setPlayerPosAndAngle(cXyz*, s16) {} virtual void setPlayerPosAndAngle(cXyz*, csXyz*) {} virtual void setPlayerPosAndAngle(MtxP) {} |
