fix Asset::list_files

This commit is contained in:
2019-03-01 20:36:28 +01:00
parent a14afe5b44
commit 9f1ac3730f
7 changed files with 9 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ public:
static AAssetManager* m_am;
AAsset* m_asset = nullptr;
#endif
static std::vector<std::string> list_files(std::string folder, bool is_asset, const std::string& filter_regex);
static std::vector<std::string> list_files(std::string folder, const std::string& filter_regex);
static bool exist(std::string path);
static bool delete_file(const std::string& path);
static std::string absolute(const std::string& path);