summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/system/window.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-06-09 21:12:25 +0800
committerchai <chaifix@163.com>2019-06-09 21:12:25 +0800
commit8ee3f7453bf7b0db5c7358e697e91714d825c87d (patch)
tree57283565219d1808b47bbd4a883a5a52b6eb7bae /source/Asura.Editor/system/window.cpp
parentd7a972a0f16da0fd7bf4c0b70913920216ff3113 (diff)
*misc
Diffstat (limited to 'source/Asura.Editor/system/window.cpp')
-rw-r--r--source/Asura.Editor/system/window.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/Asura.Editor/system/window.cpp b/source/Asura.Editor/system/window.cpp
deleted file mode 100644
index 440c88c..0000000
--- a/source/Asura.Editor/system/window.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#include "window.h"
-
-namespace AsuraEditor
-{
-
- bool Window::Init(int posx, uint posy, uint w, uint h)
- {
- if (mHWND)
- return false;
-
- }
-
-} \ No newline at end of file