summaryrefslogtreecommitdiff
path: root/Editor/GUI/EditorWindows.h
diff options
context:
space:
mode:
Diffstat (limited to 'Editor/GUI/EditorWindows.h')
-rw-r--r--Editor/GUI/EditorWindows.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Editor/GUI/EditorWindows.h b/Editor/GUI/EditorWindows.h
index a78e163..4bd33ec 100644
--- a/Editor/GUI/EditorWindows.h
+++ b/Editor/GUI/EditorWindows.h
@@ -3,6 +3,7 @@
#include <windows.h>
#include "Runtime/Math/Rect.h"
+#include "Runtime/Scripting/LuaBind.h"
void RegisterWindowClasses();
@@ -51,6 +52,9 @@ public:
private:
HWND m_View;
+ LuaBind::Ref m_Script;
+
+
};
#endif \ No newline at end of file