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.
technologyactions.h
Go to the documentation of this file.
1
2#include <hjson.h>
3
4#include <string>
5
7#include "common/universe.h"
8
9namespace cqsp::common::actions {
10void ResearchTech(Universe &universe, entt::entity civilization, entt::entity tech);
11void ProcessAction(Universe &universe, entt::entity civilization, const std::string &action);
12
13} // namespace cqsp::common::actions
Definition: cityactions.cpp:23
void ResearchTech(Universe &universe, entt::entity civilization, entt::entity tech)
Definition: technologyactions.cpp:26
void ProcessAction(Universe &universe, entt::entity civilization, const std::string &action)
Definition: technologyactions.cpp:38
common::Universe * universe
Definition: turnsavewindow.h:3