From b912ba995c2175b00393f95388ae2ec1afd0494b Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 17 Jun 2025 20:10:41 -0300 Subject: TPlayer constructor and destructor --- src/common.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common.hh') diff --git a/src/common.hh b/src/common.hh index 9800e6a..4737c54 100644 --- a/src/common.hh +++ b/src/common.hh @@ -9,6 +9,7 @@ #include #include #include +#include #include @@ -139,6 +140,7 @@ char *Capitals(char *Text); // ============================================================================= extern uint32 RoundNr; extern uint32 ServerMilliseconds; +struct tm GetLocalTimeTM(time_t t); void GetRealTime(int *Hour, int *Minute); void GetTime(int *Hour, int *Minute); void GetDate(int *Year, int *Cycle, int *Day); -- cgit v1.2.3