From 2c17177f2faa9e03d29fad3e0e4d9b0a827ca401 Mon Sep 17 00:00:00 2001 From: louis Date: Mon, 20 Oct 2014 17:35:52 +0200 Subject: added extented recording information --- libcore/helpers.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libcore/helpers.h') diff --git a/libcore/helpers.h b/libcore/helpers.h index 884738d..f489555 100644 --- a/libcore/helpers.h +++ b/libcore/helpers.h @@ -37,4 +37,8 @@ public: void Report(const char* message); void Stop(const char* message); }; + +string GetScreenResolutionString(int width, int height, bool *isHD); +string GetScreenAspectString(double aspect, bool *isWideScreen); + #endif // __HELPERS_H -- cgit v1.2.3