Update SoundAsset.h

missing declare_struct
This commit is contained in:
marauder2k7 2026-04-09 10:02:31 +01:00
parent dd08600a84
commit 870fbbe386

View file

@ -202,6 +202,7 @@ protected:
}; };
DECLARE_STRUCT(AssetPtr<SoundAsset>)
DefineConsoleType(TypeSoundAssetPtr, SoundAsset) DefineConsoleType(TypeSoundAssetPtr, SoundAsset)
DefineConsoleType(TypeSoundAssetId, String) DefineConsoleType(TypeSoundAssetId, String)