asset load refactor

genral load method, now returns loadedstate across the board
This commit is contained in:
AzaezelX 2023-11-12 16:33:17 -06:00
parent 11ad16583e
commit 1cf754dbca
13 changed files with 50 additions and 68 deletions

View file

@ -91,7 +91,7 @@ public:
return mErrCodeStrings[errCode];
};
U32 getStatus() { return mLoadedState; };
U32 load() { return NotLoaded; };
AssetBase();
virtual ~AssetBase();