|
Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
|
#include "common/util/save/savegame.h"#include <filesystem>#include <fstream>#include <string>#include "common/components/name.h"#include "common/components/player.h"#include "common/util/paths.h"#include "common/util/save/save.h"Namespaces | |
| namespace | cqsp |
| namespace | cqsp::common |
| namespace | cqsp::common::save |
Functions | |
| void | cqsp::common::save::save_game (Universe &universe) |
| void | cqsp::common::save::load_game (Universe &universe, std::string_view directory) |