update Xcode and android projects
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user