summaryrefslogtreecommitdiff
path: root/include/d/d_timer.h
diff options
context:
space:
mode:
authorhatal175 <hatal175@users.noreply.github.com>2023-12-18 01:24:15 +0200
committerGitHub <noreply@github.com>2023-12-18 01:24:15 +0200
commitcce01300252627126d58277d39b332c10531c045 (patch)
treec85baf4f9221011bbb4b540e462f69810f3a6536 /include/d/d_timer.h
parent6e58e660d5ea5eaf077ca96c5148a7fb371ab998 (diff)
Work on d_a_mg_fshop (#2006)
Diffstat (limited to 'include/d/d_timer.h')
-rw-r--r--include/d/d_timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/d/d_timer.h b/include/d/d_timer.h
index d9ac3c433d..bd5c0b7ee6 100644
--- a/include/d/d_timer.h
+++ b/include/d/d_timer.h
@@ -13,6 +13,7 @@ class JKRExpHeap;
s32 dTimer_createStockTimer();
s32 dTimer_createTimer(s32 param_0, u32 param_1, u8 param_2, u8 param_3, f32 param_4, f32 param_5,
f32 param_6, f32 param_7);
+int dTimer_getRestTimeMs();
class dDlst_TimerScrnDraw_c : public dDlst_base_c {
public: