summaryrefslogtreecommitdiff
path: root/libcore/helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcore/helpers.h')
-rw-r--r--libcore/helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcore/helpers.h b/libcore/helpers.h
index f489555..2a92efb 100644
--- a/libcore/helpers.h
+++ b/libcore/helpers.h
@@ -12,6 +12,7 @@ int Minimum(int a, int b, int c, int d, int e, int f);
std::string CutText(string &text, int width, string fontName, int fontSize);
std::string StrToLowerCase(string str);
bool isNumber(const string& s);
+bool FileExists(const string &fullpath);
bool FileExists(const string &path, const string &name, const string &ext);
bool FolderExists(const string &path);
bool FirstFileInFolder(string &path, string &extension, string &fileName);