Browse Source

Promote needed type changes from cyMisc.h

cwalther/timetypes-1
rarified 4 years ago
parent
commit
8c8bf4223d
  1. 2
      MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMisc.h

2
MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/FeatureLib/pfPython/cyMisc.h

@ -291,7 +291,7 @@ public:
// current time in current age
static UInt32 GetAgeTime( 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 float GetAgeTimeOfDayPercent(void);

Loading…
Cancel
Save