32 void DoUI(
int delta_time);
Displays the star system tree to show all the planets and moons
Definition: sysstarsystemtree.h:27
int selected_index
Definition: sysstarsystemtree.h:39
void DoChildTree(entt::entity entity)
Definition: sysstarsystemtree.cpp:102
entt::entity selected_planet
Definition: sysstarsystemtree.h:40
void DoUI(int delta_time)
Definition: sysstarsystemtree.cpp:45
void DoUpdate(int delta_time)
Definition: sysstarsystemtree.cpp:85
void SeePlanetSelectable(entt::entity entity)
Definition: sysstarsystemtree.cpp:87
SysStarSystemTree(cqsp::engine::Application &app)
Definition: sysstarsystemtree.h:29
entt::sparse_set planets
Definition: sysstarsystemtree.h:41
void Init()
Definition: sysstarsystemtree.cpp:32
Definition: application.h:47
When adding assets, it is extremely crucial that you read cqsp::asset::AssetLoader::LoadResources to ...
Definition: clientctx.h:21