diff options
| author | Pheenoh <pheenoh@gmail.com> | 2022-12-22 14:36:27 -0700 |
|---|---|---|
| committer | Pheenoh <pheenoh@gmail.com> | 2022-12-22 14:36:27 -0700 |
| commit | a15c20dcd79b46e910c95d3981f4465be052d5de (patch) | |
| tree | edc2d5df2dd5db3fdb88626fca2fd7268481eb5c /include | |
| parent | 9d049c1549175301d2aa5c8e22bcddb13876f997 (diff) | |
dTimer_c::restart
Diffstat (limited to 'include')
| -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 b46a3238b9..569bedfe62 100644 --- a/include/d/d_timer.h +++ b/include/d/d_timer.h @@ -87,7 +87,7 @@ public: /* 8025D7C0 */ int stock_start(s16); /* 8025D708 */ bool stock_start(); /* 8025D7E8 */ int stop(u8); - /* 8025D86C */ void restart(u8); + /* 8025D86C */ int restart(u8); /* 8025D920 */ void end(int); /* 8025D9E0 */ int deleteRequest(); /* 8025D9F0 */ int getTimeMs(); |
