diff options
Diffstat (limited to 'source/Asura.Editor/system/window.cpp')
-rw-r--r-- | source/Asura.Editor/system/window.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
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 |