aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graph/base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform/graph/base.hpp')
-rw-r--r--include/cru/platform/graph/base.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/cru/platform/graph/base.hpp b/include/cru/platform/graph/base.hpp
index 8c2a2d2f..0b011262 100644
--- a/include/cru/platform/graph/base.hpp
+++ b/include/cru/platform/graph/base.hpp
@@ -2,3 +2,15 @@
#include "../graph_base.hpp"
#include "../matrix.hpp"
#include "../resource.hpp"
+
+#include "fwd.hpp"
+
+#include <memory>
+
+namespace cru::platform::graph {
+struct TextHitTestResult {
+ int position;
+ bool trailing;
+ bool insideText;
+};
+} // namespace cru::platform::graph