Tramway SDK
|
#include <framework/value.h>
Go to the source code of this file.
Namespaces | |
namespace | tram |
namespace | tram::Settings |
Functions | |
void | tram::Settings::Register (ValuePtr ptr, name_t name) |
void | tram::Settings::Register (Value value, name_t name) |
Value | tram::Settings::Get (name_t name) |
void | tram::Settings::Set (name_t name, Value value) |
void | tram::Settings::Parse (const char **argv, int argc) |
void | tram::Settings::Save (const char *file) |
void | tram::Settings::Load (const char *file) |