[Serialization] Add support for more types

This commit is contained in:
SweetId
2024-03-10 16:39:16 -04:00
parent a147ef411a
commit 8c3e8956ca
10 changed files with 131 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ namespace Nz
bool IsValid() const;
};
NAZARA_CORE_API bool Serialize(SerializationContext& context, SoundStreamParams& params, TypeTag<SoundStreamParams>);
NAZARA_CORE_API bool Unserialize(SerializationContext& context, SoundStreamParams* params, TypeTag<SoundStreamParams>);
class Mutex;
class SoundStream;