update Xcode and android projects

This commit is contained in:
2017-11-06 00:03:57 +00:00
parent 11c26555a4
commit 05c5bd1bdb
5 changed files with 43 additions and 31 deletions

View File

@@ -34,6 +34,7 @@ bool Asset::exist(std::string path, bool is_asset)
std::ifstream f(path);
return f.is_open();
}
return false; // useless return for the stupid xcode
}
std::vector<std::string> Asset::list_files(std::string folder, bool is_asset, const std::string& filter_regex)