mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 03:44:00 +02:00
- added the ability for advanced translation features (transifex users can download and remove custom files from the transfex website and test their work)
This commit is contained in:
@@ -271,6 +271,8 @@ string getFullFileArchiveExtractCommand(string fileArchiveExtractCommand,
|
||||
bool executeShellCommand(string cmd,int expectedResult=IGNORE_CMD_RESULT_VALUE,ShellCommandOutputCallbackInterface *cb=NULL);
|
||||
string executable_path(string exeName,bool includeExeNameInPath=false);
|
||||
|
||||
void saveDataToFile(string filename, string data);
|
||||
|
||||
bool valid_utf8_file(const char* file_name);
|
||||
|
||||
string getFileTextContents(string path);
|
||||
|
Reference in New Issue
Block a user