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.
Namespaces | Functions
systooltips.h File Reference
#include <string>
#include "common/universe.h"
#include "entt/entt.hpp"

Go to the source code of this file.

Namespaces

namespace  cqsp
 When adding assets, it is extremely crucial that you read cqsp::asset::AssetLoader::LoadResources to find out how to add a resource to the game.
 
namespace  cqsp::client
 
namespace  cqsp::client::systems
 
namespace  cqsp::client::systems::gui
 

Functions

void cqsp::client::systems::gui::EntityTooltip (const cqsp::common::Universe &, entt::entity)
 This actually creates the tooltip for the entity More...
 
void cqsp::client::systems::gui::EntityTooltipContent (const cqsp::common::Universe &, entt::entity)
 In case you want the tooltip content for debug displaying the information of an entity. More...