summaryrefslogtreecommitdiff
path: root/kurator/src/markers.h
diff options
context:
space:
mode:
Diffstat (limited to 'kurator/src/markers.h')
-rw-r--r--kurator/src/markers.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kurator/src/markers.h b/kurator/src/markers.h
index c2fdd8b..122a6b1 100644
--- a/kurator/src/markers.h
+++ b/kurator/src/markers.h
@@ -1,6 +1,5 @@
#pragma once
-#include <functional>
#include <string>
#include <entt/entt.hpp>
@@ -9,6 +8,8 @@
#include <kurator/engine/Point.h>
#include <kurator/sim/State.h>
+#include "Controller.h"
+
namespace kurator
{
@@ -26,7 +27,7 @@ struct Marker
void attach_markers(sim::State& ctx);
-void update_markers(sim::State& ctx, std::function<void(entt::handle)> select);
+void update_markers(sim::State& ctx, Controller& controller);
void draw_markers(const sim::State& ctx);