diff options
| author | Pheenoh <pheenoh@gmail.com> | 2022-12-22 10:36:47 -0700 |
|---|---|---|
| committer | Pheenoh <pheenoh@gmail.com> | 2022-12-22 10:36:47 -0700 |
| commit | a2c1e7afafc5c494aabf55629909eaea4264f0fa (patch) | |
| tree | d1ee37a01c2f7d9d20cee9d810116d06348d9238 /include/d/d_timer.h | |
| parent | f6318d671c023965c6d15c5b83a626032efdc03a (diff) | |
dTimer_createStockTimer
Diffstat (limited to 'include/d/d_timer.h')
| -rw-r--r-- | include/d/d_timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_timer.h b/include/d/d_timer.h index 69f7499c9e..0d64c5870a 100644 --- a/include/d/d_timer.h +++ b/include/d/d_timer.h @@ -8,7 +8,7 @@ #include "d/msg/d_msg_class.h" #include "JSystem/JKernel/JKRExpHeap.h" -void dTimer_createStockTimer(); +s32 dTimer_createStockTimer(); class dTimer_c : public msg_class { private: |
