summaryrefslogtreecommitdiff
path: root/include/d/d_timer.h
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2022-12-22 00:37:31 -0700
committerPheenoh <pheenoh@gmail.com>2022-12-22 00:37:31 -0700
commit538c1d22141ec31288c7b06960a2e43e307d44b5 (patch)
treec1133cb4f692b43dea7e3662747cc65c8cba929e /include/d/d_timer.h
parent282b2a33f440fc7a2d54fa951adc3e278ec93019 (diff)
dTimer_c::deleteRequest
Diffstat (limited to 'include/d/d_timer.h')
-rw-r--r--include/d/d_timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_timer.h b/include/d/d_timer.h
index 5bf1291573..6521f3b15c 100644
--- a/include/d/d_timer.h
+++ b/include/d/d_timer.h
@@ -44,7 +44,7 @@ public:
/* 8025D7E8 */ int stop(u8);
/* 8025D86C */ void restart(u8);
/* 8025D920 */ void end(int);
- /* 8025D9E0 */ void deleteRequest();
+ /* 8025D9E0 */ int deleteRequest();
/* 8025D9F0 */ void getTimeMs();
/* 8025DA54 */ void getLimitTimeMs();
/* 8025DA9C */ void getRestTimeMs();