Added C# Assets System and Serialization of Script Enabled State #247

Merged
Pycorax merged 11 commits from SP3-6-c-scripting into main 2022-11-22 18:59:32 +08:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 893ab9ed46 - Show all commits

View File

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