summaryrefslogtreecommitdiff
path: root/Source/Asura.Editor
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Editor')
-rw-r--r--Source/Asura.Editor/Source/Window.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/Source/Asura.Editor/Source/Window.h b/Source/Asura.Editor/Source/Window.h
new file mode 100644
index 0000000..f9f8d43
--- /dev/null
+++ b/Source/Asura.Editor/Source/Window.h
@@ -0,0 +1,14 @@
+#ifndef __ASURA_EDITOR_WINDOW_H__
+#define __ASURA_EDITOR_WINDOW_H__
+
+namespace AsuraEditor
+{
+
+ class Window
+ {
+
+ };
+
+}
+
+#endif \ No newline at end of file