From 7095218ad1cf958d4fc2f20d848190ea6cd9dd8c Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 23 Jan 2019 21:01:30 +0800 Subject: *misc --- Source/Asura.Engine/Graphics/Window.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Source/Asura.Engine/Graphics/Window.h (limited to 'Source/Asura.Engine/Graphics/Window.h') diff --git a/Source/Asura.Engine/Graphics/Window.h b/Source/Asura.Engine/Graphics/Window.h new file mode 100644 index 0000000..1707e3d --- /dev/null +++ b/Source/Asura.Engine/Graphics/Window.h @@ -0,0 +1,20 @@ +#ifndef __AE_WINDOW_H__ +#define __AE_WINDOW_H__ + +namespace AsuraEngine +{ + namespace Graphics + { + + /// + /// ÓÎÏ·´°¿Ú + /// + class Window + { + + }; + + } +} + +#endif \ No newline at end of file -- cgit v1.1-26-g67d0