diff options
author | chai <chaifix@163.com> | 2019-01-23 21:01:30 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-23 21:01:30 +0800 |
commit | 7095218ad1cf958d4fc2f20d848190ea6cd9dd8c (patch) | |
tree | 70baae15e471f0188fcc6b11a26d93bfd8e86b30 /Source/Asura.Engine/Graphics/Window.h | |
parent | 4c5caaca408f52b6b14e4ba63bd2c87fa8cb61da (diff) |
*misc
Diffstat (limited to 'Source/Asura.Engine/Graphics/Window.h')
-rw-r--r-- | Source/Asura.Engine/Graphics/Window.h | 20 |
1 files changed, 20 insertions, 0 deletions
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 |