Merge branch 'main' into SP3-6-c-scripting

This commit is contained in:
Kah Wei 2022-11-22 14:56:46 +08:00
commit 893ab9ed46
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
{