| 87 | } |
| 88 | |
| 89 | void GameManager::save() |
| 90 | { |
| 91 | setMembersToMap(); |
| 92 | GameToolbox::log("gamemanager save"); |
| 93 | const std::string& serialized = hps::to_string(_options); |
| 94 | ax::FileUtils::getInstance()->writeStringToFile(serialized, _filepath); |
| 95 | } |
| 96 | |
| 97 | void GameManager::print() |
| 98 | { |
no test coverage detected