From 7095218ad1cf958d4fc2f20d848190ea6cd9dd8c Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 23 Jan 2019 21:01:30 +0800 Subject: *misc --- Source/Asura.Editor/Source/Window.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Source/Asura.Editor/Source/Window.h (limited to 'Source/Asura.Editor') 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 -- cgit v1.1-26-g67d0