Add AssetLoader basis

This commit is contained in:
Jan
2021-03-13 14:27:20 +01:00
parent 83080db991
commit a7860c7c76
34 changed files with 736 additions and 149 deletions

View File

@ -9,7 +9,7 @@ class Zone;
class XAssetInfoGeneric
{
public:
int m_type = -1;
asset_type_t m_type = -1;
std::string m_name;
Zone* m_zone;
std::vector<XAssetInfoGeneric*> m_dependencies;