![]() |
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 "client/systems/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::client |
namespace | cqsp::client::save |
Functions | |
void | cqsp::client::save::save_game (common::Universe &universe) |
void | cqsp::client::save::load_game (common::Universe &universe, std::string_view directory) |