diff options
Diffstat (limited to 'libcore/helpers.h')
-rw-r--r-- | libcore/helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcore/helpers.h b/libcore/helpers.h index b370eb0..74ed7d3 100644 --- a/libcore/helpers.h +++ b/libcore/helpers.h @@ -41,6 +41,8 @@ public: void Stop(const char* message); }; +string GetTimeString(int seconds); + string GetScreenResolutionString(int width, int height, bool *isHD); string GetScreenAspectString(double aspect, bool *isWideScreen); |