Sound Bakery  v0.1.0
Open-source audio middleware for games
Loading...
Searching...
No Matches
sbk::core::serialization::serialized_version Struct Reference

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
 

Detailed Description

Stores the version of Sound Bakery.

Once loaded, can check whether the serialized version is compatible with this version.


The documentation for this struct was generated from the following file: