Revert "MSVC build fix"

This reverts commit a82e8706d494d102d890e1aa56b89b63e42e0720.
This commit is contained in:
@clasher113 2023-11-28 11:45:20 +02:00
parent 7ad3f64ca8
commit 694a2eb96e

View File

@ -30,7 +30,7 @@ class AssetsLoader {
public:
AssetsLoader(Assets* assets, std::filesystem::path resdir);
void addLoader(int tag, aloader_func func);
void add(int tag, const std::filesystem::path filename, const std::string alias);
void add(int tag, const std::string filename, const std::string alias);
bool hasNext() const;
bool loadNext();