|
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 <string>#include <tuple>#include <glm/glm.hpp>Go to the source code of this file.
Namespaces | |
| namespace | cqsp |
| namespace | cqsp::util |
Functions | |
| std::tuple< int, int, int > | cqsp::util::HexToRgb (const std::string &str) |
| glm::vec3 | cqsp::util::toHSL (const glm::vec3 rgb) |
| glm::vec3 | cqsp::util::toRGB (const glm::vec3 hsl) |