PROTO::KLUDGE  0.1
Quick prototyping library for games using SDL and OpenGL.
options.hpp File Reference
#include <cereal/archives/json.hpp>
Include dependency graph for options.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pk::options::optionsCereal
 The data structure holding all of the options settings. More...
 

Namespaces

 pk
 
 pk::options
 

Functions

template<class Archive >
void pk::options::save (Archive &archive, optionsCereal const &ops)
 Save operation for the options data. Serialized to json. More...
 
template<class Archive >
void pk::options::load (Archive &archive, optionsCereal &ops)
 Load operation for the json serialized options data. More...