diff options
| author | soruh <33131839+soruh@users.noreply.github.com> | 2025-03-28 01:56:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-27 17:56:51 -0700 |
| commit | 4679b6e17f19e07fcdc0fcc90d2ec1806959cd64 (patch) | |
| tree | ee25d837ba9a9859c58e66b46bd94e45469c8daf /include/d/d_timer.h | |
| parent | 57289d0a6504f4a00a5f5a7fd67dc5c41f603c7e (diff) | |
d_a_cow Equivalent (#2353)
* decompile d_a_cow
* rescope enums to daCow_c class
* apply suggestions by TakaRikka
* fix JUT_ASSERT
Diffstat (limited to 'include/d/d_timer.h')
| -rw-r--r-- | include/d/d_timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/d/d_timer.h b/include/d/d_timer.h index a6a991168e..17742833af 100644 --- a/include/d/d_timer.h +++ b/include/d/d_timer.h @@ -11,6 +11,7 @@ class JKRExpHeap; s32 dTimer_createStockTimer(); s32 dTimer_createTimer(s32 i_mode, u32 i_limitMs, u8 i_type, u8 param_3, f32 param_4, f32 param_5, f32 param_6, f32 param_7); +u32 dTimer_createGetIn2D(s32 param_0, cXyz i_pos); int dTimer_getRestTimeMs(); u8 dTimer_isStart(); u8 dTimer_isReadyFlag(); |
