Uranus
1.0.1.0
Uranus is a GameEngine written in C++
|
Data Fields | |
const map< string, Json > | empty_map |
const string | empty_string |
const vector< Json > | empty_vector |
const std::shared_ptr< JsonValue > | f = make_shared<JsonBoolean>(false) |
const std::shared_ptr< JsonValue > | null = make_shared<JsonNull>() |
const std::shared_ptr< JsonValue > | t = make_shared<JsonBoolean>(true) |