1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-20 04:09:16 +00:00

Promote needed type changes from cyMisc.h

This commit is contained in:
rarified
2020-07-01 20:58:52 -06:00
parent a117e47b5e
commit 8c8bf4223d

View File

@ -291,7 +291,7 @@ public:
// current time in current age // current time in current age
static UInt32 GetAgeTime( void ); static UInt32 GetAgeTime( void );
static time_t GetDniTime(void); static time_t GetDniTime(void);
static time_t ConvertGMTtoDni(time_t time); static UInt32 ConvertGMTtoDni(UInt32 time);
static time_t GetServerTime( void ); // returns the current server time in GMT static time_t GetServerTime( void ); // returns the current server time in GMT
static float GetAgeTimeOfDayPercent(void); static float GetAgeTimeOfDayPercent(void);