|
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/scenes/universeloadingscene.h"#include <spdlog/spdlog.h>#include <string>#include "client/components/clientctx.h"#include "client/scenes/selection/countryselectionscene.h"#include "client/scenes/universe/lua/hovertext.h"#include "client/scenes/universe/universescene.h"#include "client/systems/assetloading.h"#include "client/systems/universeloader.h"#include "core/components/player.h"#include "core/scripting/functionreg.h"#include "core/scripting/luafunctions.h"#include "core/systems/sysuniversegenerator.h"#include "core/util/save/savegame.h"Namespaces | |
| namespace | cqsp |
| namespace | cqsp::client |
| namespace | cqsp::client::scene |