- added another option when converting model textures (keepsmallest)

This commit is contained in:
Mark Vejvoda
2011-03-13 09:57:04 +00:00
parent 39bf1b986e
commit d0a95b1ff5
5 changed files with 68 additions and 29 deletions

View File

@@ -153,6 +153,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);
int getScreenW();
int getScreenH();