Added C# Assets System and Serialization of Script Enabled State #247
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue