diff options
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(); |
