summaryrefslogtreecommitdiff
path: root/kurator/src/inspect.h
diff options
context:
space:
mode:
Diffstat (limited to 'kurator/src/inspect.h')
-rw-r--r--kurator/src/inspect.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/kurator/src/inspect.h b/kurator/src/inspect.h
index 77daa76..b123219 100644
--- a/kurator/src/inspect.h
+++ b/kurator/src/inspect.h
@@ -4,6 +4,8 @@
#include <entt/entt.hpp>
+#include <kurator/sim/State.h>
+
namespace kurator
{
@@ -15,7 +17,17 @@ struct InspectionWindow
std::vector<entt::handle> selected = {};
void show();
void select(entt::handle entity);
+ void deselect();
};
+struct TurretVisuals
+{
+ bool visible = true;
+};
+
+
+void draw_turret_visuals(const sim::State& ctx);
+
+
} // namespace kurator