From e47baca4f23db43ec91fbf64d5d06d7c0dbee495 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 6 Apr 2019 07:39:49 +0800 Subject: *misc --- source/Asura.Editor/system/window.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 source/Asura.Editor/system/window.cpp (limited to 'source/Asura.Editor/system/window.cpp') diff --git a/source/Asura.Editor/system/window.cpp b/source/Asura.Editor/system/window.cpp new file mode 100644 index 0000000..440c88c --- /dev/null +++ b/source/Asura.Editor/system/window.cpp @@ -0,0 +1,13 @@ +#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 -- cgit v1.1-26-g67d0