diff options
Diffstat (limited to 'src/common.hh')
| -rw-r--r-- | src/common.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.hh b/src/common.hh index 28b48de..4206ed6 100644 --- a/src/common.hh +++ b/src/common.hh @@ -103,7 +103,6 @@ STATIC_ASSERT(OS_LINUX); //#define MAX_OPEN_CONTAINERS 16 #define MAX_SPELL_SYLLABLES 10 - // shm.cc // ============================================================================= void StartGame(void); @@ -161,6 +160,7 @@ char *Capitals(char *Text); extern uint32 RoundNr; extern uint32 ServerMilliseconds; struct tm GetLocalTimeTM(time_t t); +int64 GetClockMonotonicMS(void); void GetRealTime(int *Hour, int *Minute); void GetTime(int *Hour, int *Minute); void GetDate(int *Year, int *Cycle, int *Day); |
