Sound Bakery  v0.1.0
Open-source audio middleware for games
|
Header for an object that saves to a single file. More...
#include <serializer.h>
Public Member Functions | |
serialized_standalone_object (const std::shared_ptr< sbk::core::database_object > &object, sbk::core::object_owner *objectOwner) | |
template<class archive_class > | |
void | serialize (archive_class &archive, const unsigned int v) |
Public Attributes | |
serialized_version | version |
serialized_object | object |
Header for an object that saves to a single file.
Contains version information, the object type and its property data.