Fixed last commit

This commit is contained in:
Grayson Riffe (Laptop) 2021-09-07 01:13:16 -05:00
parent 7ea56370d6
commit da2224e7e9

View File

@ -63,6 +63,7 @@ namespace nf {
Asset* operator[](const char* in);
Asset* operator[](std::string& in);
void unload();
~AssetPack();
private:
std::unordered_map<std::string, Asset*> m_assets;