Added invalid Asset ID Macro

This commit is contained in:
Xiao Qi 2022-11-22 14:26:10 +08:00
parent 7e7ee8002f
commit 681e7f3506
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ typedef FMOD::Sound* SHSound;
// Asset Meta Version
constexpr std::string_view ASSET_META_VER { "1.0" };
constexpr AssetID INVALID_ASSET_ID {0};
// Asset type enum
enum class AssetType : AssetTypeMeta
{