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.Editor | |
parent | 4c5caaca408f52b6b14e4ba63bd2c87fa8cb61da (diff) |
*misc
Diffstat (limited to 'Source/Asura.Editor')
-rw-r--r-- | Source/Asura.Editor/Source/Window.h | 14 |
1 files changed, 14 insertions, 0 deletions
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 |