Sound Bakery  v0.1.0
Open-source audio middleware for games
|
Stores the version of Sound Bakery. More...
#include <serializer.h>
Public Member Functions | |
auto | version_compatible () const -> bool |
template<class archive_class > | |
void | serialize (archive_class &archive, const unsigned int version) |
Public Attributes | |
unsigned int | major = SBK_VERSION_MAJOR |
unsigned int | minor = SBK_VERSION_MINOR |
unsigned int | patch = SBK_VERSION_PATCH |
Stores the version of Sound Bakery.
Once loaded, can check whether the serialized version is compatible with this version.