summaryrefslogtreecommitdiff
path: root/libcore/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcore/helpers.h')
-rw-r--r--libcore/helpers.h4
1 files changed, 4 insertions, 0 deletions
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