mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 20:03:58 +02:00
- added purge file stats and bugfix when showing help on commandline
This commit is contained in:
@@ -156,7 +156,7 @@ string replaceAll(string& context, const string& from, const string& to);
|
||||
bool removeFile(string file);
|
||||
bool renameFile(string oldFile, string newFile);
|
||||
void removeFolder(const string path);
|
||||
long getFileSize(string filename);
|
||||
off_t getFileSize(string filename);
|
||||
|
||||
int getScreenW();
|
||||
int getScreenH();
|
||||
|
Reference in New Issue
Block a user