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.
Classes | Namespaces | Typedefs | Functions
rightclick.h File Reference
#include <string>
#include <variant>
#include <entt/entity/entity.hpp>

Go to the source code of this file.

Classes

struct  cqsp::client::ctx::overloaded< Ts >
 
struct  cqsp::client::ctx::HoveringItem
 

Namespaces

namespace  cqsp
 
namespace  cqsp::client
 
namespace  cqsp::client::ctx
 

Typedefs

typedef std::variant< std::monostate, entt::entity, std::string > cqsp::client::ctx::SelectedItem
 

Functions

template<class... Ts>
 cqsp::client::ctx::overloaded (Ts...) -> overloaded< Ts... >