summaryrefslogtreecommitdiff
path: root/include/d/d_timer.h
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2022-12-22 00:46:31 -0700
committerPheenoh <pheenoh@gmail.com>2022-12-22 00:46:31 -0700
commit995d81d7ea8c3dbb93f1c4257428e66039038ada (patch)
tree58b9dc2c5aad74090647b19226aee74b48140149 /include/d/d_timer.h
parent538c1d22141ec31288c7b06960a2e43e307d44b5 (diff)
dTimer_c::getLimitTimeMs
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 6521f3b15c..f2cbf85bf2 100644
--- a/include/d/d_timer.h
+++ b/include/d/d_timer.h
@@ -46,7 +46,7 @@ public:
/* 8025D920 */ void end(int);
/* 8025D9E0 */ int deleteRequest();
/* 8025D9F0 */ void getTimeMs();
- /* 8025DA54 */ void getLimitTimeMs();
+ /* 8025DA54 */ int getLimitTimeMs();
/* 8025DA9C */ void getRestTimeMs();
/* 8025DB10 */ void isStart();
/* 802613DC */ void createGetIn(cXyz);