19#include <initializer_list>
Definition: universe.h:34
std::pair< Maneuver_t, Maneuver_t > HohmannPair_t
Definition: movement.h:27
Definition: commands.cpp:27
void ExecuteCommand(Universe &universe, entt::entity entity, entt::entity command_entity, Command command)
Definition: commands.cpp:32
Trigger
Definition: commands.h:39
bool ProcessCommandQueue(Universe &universe, entt::entity body, Trigger trigger)
Returns true if a command is processed and popped, returns false if not.
Definition: commands.cpp:124
void LandOnMoon(Universe &universe, entt::entity agent, entt::entity target, entt::entity city)
Definition: commands.cpp:195
void TransferToMoon(Universe &universe, entt::entity agent, entt::entity target)
Definition: commands.cpp:154
bool VerifyCommand(Universe &universe, entt::entity command)
Definition: commands.cpp:28
Command
Definition: commands.h:26
@ CoplanarInterceptAndTransfer
void PushManeuvers(Universe &universe, entt::entity entity, std::initializer_list< components::Maneuver_t > maneuver, double offset)
Definition: commands.cpp:180
glm::vec3 offset
Definition: starsystemview.cpp:74
Definition: commands.h:55
entt::entity target
Definition: commands.h:56
Definition: commands.h:51
double value
Definition: commands.h:52
Definition: commands.h:47
components::types::Orbit orbit
Definition: commands.h:48
common::Universe * universe
Definition: turnsavewindow.h:3