summaryrefslogtreecommitdiffstats
path: root/src/core/User.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2019-11-20 22:06:22 +0100
committerGitHub <noreply@github.com>2019-11-20 22:06:22 +0100
commita7d0404c89047acbd426a0369a8cc343ed1429f0 (patch)
tree137c86403af35f742ebdff48706b520e4134dc5f /src/core/User.h
parentFrontend, Peds & logic and overflow fixes (diff)
parentCPed completed! (diff)
downloadre3-a7d0404c89047acbd426a0369a8cc343ed1429f0.tar
re3-a7d0404c89047acbd426a0369a8cc343ed1429f0.tar.gz
re3-a7d0404c89047acbd426a0369a8cc343ed1429f0.tar.bz2
re3-a7d0404c89047acbd426a0369a8cc343ed1429f0.tar.lz
re3-a7d0404c89047acbd426a0369a8cc343ed1429f0.tar.xz
re3-a7d0404c89047acbd426a0369a8cc343ed1429f0.tar.zst
re3-a7d0404c89047acbd426a0369a8cc343ed1429f0.zip
Diffstat (limited to '')
-rw-r--r--src/core/User.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/User.h b/src/core/User.h
index 90b2da55..03ba1bab 100644
--- a/src/core/User.h
+++ b/src/core/User.h
@@ -18,8 +18,8 @@ public:
void Process();
bool ProcessForDisplay();
- int ProcessForDisplayTimer();
- int ProcessForDisplayCounter();
+ void ProcessForDisplayClock();
+ void ProcessForDisplayCounter();
};
static_assert(sizeof(COnscreenTimerEntry) == 0x74, "COnscreenTimerEntry: error");