refactor file and assets search

This commit is contained in:
2017-08-10 13:46:54 +01:00
parent b218daeb2e
commit 5bc9d443bc
5 changed files with 73 additions and 50 deletions

View File

@@ -7,6 +7,8 @@ public:
static AAssetManager* m_am;
AAsset* m_asset = nullptr;
#endif
static std::vector<std::string> Asset::list_files(std::string folder, bool is_asset, const std::string& filter_regex);
std::string m_current_path;
FILE* m_fp = nullptr;
int m_len = 0;