From a15c20dcd79b46e910c95d3981f4465be052d5de Mon Sep 17 00:00:00 2001 From: Pheenoh Date: Thu, 22 Dec 2022 14:36:27 -0700 Subject: dTimer_c::restart --- include/d/d_timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/d/d_timer.h') 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(); -- cgit v1.2.3