summaryrefslogtreecommitdiff
path: root/source/Asura.Editor
diff options
context:
space:
mode:
Diffstat (limited to 'source/Asura.Editor')
-rw-r--r--source/Asura.Editor/scripts/scene_view.lua3
-rw-r--r--source/Asura.Editor/system/file_watcher.cpp0
-rw-r--r--source/Asura.Editor/system/file_watcher.h0
-rw-r--r--source/Asura.Editor/widgets/button.h3
4 files changed, 6 insertions, 0 deletions
diff --git a/source/Asura.Editor/scripts/scene_view.lua b/source/Asura.Editor/scripts/scene_view.lua
index db4790f..b6097f3 100644
--- a/source/Asura.Editor/scripts/scene_view.lua
+++ b/source/Asura.Editor/scripts/scene_view.lua
@@ -1 +1,4 @@
-- 场景窗口
+local scene = AsuraEditor.Window.New("Window/Scene View")
+
+
diff --git a/source/Asura.Editor/system/file_watcher.cpp b/source/Asura.Editor/system/file_watcher.cpp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/source/Asura.Editor/system/file_watcher.cpp
diff --git a/source/Asura.Editor/system/file_watcher.h b/source/Asura.Editor/system/file_watcher.h
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/source/Asura.Editor/system/file_watcher.h
diff --git a/source/Asura.Editor/widgets/button.h b/source/Asura.Editor/widgets/button.h
index 8edc919..305cd35 100644
--- a/source/Asura.Editor/widgets/button.h
+++ b/source/Asura.Editor/widgets/button.h
@@ -54,6 +54,9 @@ namespace AsuraEditor
private:
+ LUAX_DECL_ENUM(ButtonStatus);
+ LUAX_DECL_ENUM(ButtonMessage);
+
LUAX_DECL_METHOD(_Connect);
LUAX_DECL_METHOD(_Disconnect);
LUAX_DECL_METHOD(_SetImage);