- added logic to delete old texture after doing a model texture conversion

This commit is contained in:
Mark Vejvoda
2011-03-12 22:11:09 +00:00
parent c67d7d48c2
commit f35e920d47
6 changed files with 39 additions and 114 deletions

View File

@@ -148,6 +148,7 @@ bool StartsWith(const std::string &str, const std::string &key);
bool EndsWith(const string &str, const string& key);
string replaceAll(string& context, const string& from, const string& to);
bool removeFile(string file);
void removeFolder(const string path);
int getScreenW();