aboutsummaryrefslogtreecommitdiff
path: root/core/src/UI/fwd.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-05-12 13:23:56 -0700
committerrtk0c <[email protected]>2021-05-12 13:34:43 -0700
commit765df313e065f8401319c68ba70cd41b0bc34c9d (patch)
tree44e0c781ed9f5ea0f98ac906e96c677d04befa27 /core/src/UI/fwd.hpp
parent6ec8cc216282396ece535941ea6ca4a63d924e8f (diff)
Start to work on actually rendering the node graph
Diffstat (limited to 'core/src/UI/fwd.hpp')
-rw-r--r--core/src/UI/fwd.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/UI/fwd.hpp b/core/src/UI/fwd.hpp
index e412524..45facbe 100644
--- a/core/src/UI/fwd.hpp
+++ b/core/src/UI/fwd.hpp
@@ -5,3 +5,8 @@ class LocaleStrings;
// States.hpp
class UIState;
+
+// UI.hpp
+namespace ImGui {
+enum class IconType;
+}