Implements support of autoloaded assets.

This commit is contained in:
Areloch 2017-10-14 22:10:42 -05:00
parent 6479c7592a
commit 950723eb51
5 changed files with 184 additions and 0 deletions

View file

@ -127,6 +127,7 @@ public:
bool removeDeclaredAssets( ModuleDefinition* pModuleDefinition );
bool removeDeclaredAsset( const char* pAssetId );
bool renameDeclaredAsset( const char* pAssetIdFrom, const char* pAssetIdTo );
bool loadModuleAutoLoadAssets(ModuleDefinition* pModuleDefinition);
StringTableEntry getAssetName( const char* pAssetId );
StringTableEntry getAssetDescription( const char* pAssetId );
StringTableEntry getAssetCategory( const char* pAssetId );