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:
@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user