mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 09:26:27 +02:00
- added code to merge duplicate sounds used in a techtree
This commit is contained in:
@@ -174,6 +174,7 @@ bool removeFile(string file);
|
||||
bool renameFile(string oldFile, string newFile);
|
||||
void removeFolder(const string path);
|
||||
off_t getFileSize(string filename);
|
||||
bool searchAndReplaceTextInFile(string fileName, string findText, string replaceText, bool simulateOnly);
|
||||
|
||||
int getScreenW();
|
||||
int getScreenH();
|
||||
|
Reference in New Issue
Block a user