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 "core/universe.h"
8
9namespace cqsp::core::actions {
10void ResearchTech(Node& civilization, Node& tech);
11void ProcessAction(Node& civilization, const std::string& action);
12} // namespace cqsp::core::actions
Definition: cityactions.cpp:23
void ResearchTech(Node &civilization, Node &tech)
Definition: technologyactions.cpp:26
void ProcessAction(Node &civilization, const std::string &action)
Definition: technologyactions.cpp:38