summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/Controls/GUIPanel.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-08-16 08:54:08 +0800
committerchai <chaifix@163.com>2019-08-16 08:54:08 +0800
commita077eb38b01292611f4f6031b75e3e2c1c20f06e (patch)
tree8f760483d7b0290952bbdb5bcd8f3943102aeb3a /source/Asura.Editor/Controls/GUIPanel.h
parent6a065c913e9308cc72e1ad0723b6167048f439b6 (diff)
Diffstat (limited to 'source/Asura.Editor/Controls/GUIPanel.h')
-rw-r--r--source/Asura.Editor/Controls/GUIPanel.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/source/Asura.Editor/Controls/GUIPanel.h b/source/Asura.Editor/Controls/GUIPanel.h
index 0f98eaa..9ff6eed 100644
--- a/source/Asura.Editor/Controls/GUIPanel.h
+++ b/source/Asura.Editor/Controls/GUIPanel.h
@@ -1,11 +1,13 @@
-#ifndef _ASURA_EDITOR_GUI_PANEL_H_
-#define _ASURA_EDITOR_GUI_PANEL_H_
+#ifndef _ASURA_EDITOR_GUIPANEL_H_
+#define _ASURA_EDITOR_GUIPANEL_H_
#include <asura-base/Classes.h>
+#include "../System/GUIWindow.h"
+
namespace_begin(AsuraEditor)
-/// IMGUI panel
+// GUIWindowĵ
class GUIPanel
{
public:
@@ -15,10 +17,12 @@ public:
private:
+ GUIWindow* m_GUIWindow; // Ļƴ
};
+
namespace_end
#endif \ No newline at end of file