summaryrefslogtreecommitdiff
path: root/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'helpers.h')
-rw-r--r--helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers.h b/helpers.h
index af2a58b..63158b4 100644
--- a/helpers.h
+++ b/helpers.h
@@ -12,6 +12,7 @@ cSize ScaleToFit(int widthMax, int heightMax, int widthOriginal, int heightOrigi
int Minimum(int a, int b, int c, int d, int e, int f);
std::string CutText(std::string text, int width, const cFont *font);
std::string StrToLowerCase(std::string str);
+cString GetScreenResolutionIcon(void);
class splitstring : public std::string {
std::vector<std::string> flds;