diff options
author | chai <chaifix@163.com> | 2019-02-25 09:07:37 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-02-25 09:07:37 +0800 |
commit | 684f71790401727cc45f4dad1822ddae46305072 (patch) | |
tree | 75733807914fa799521d1d6a8a450982fdef9124 /Source/Asura.Engine/Window/Window.h | |
parent | c97d8eb7f0900cb6895acb2e5bdce1044931b91a (diff) |
+widgets
Diffstat (limited to 'Source/Asura.Engine/Window/Window.h')
-rw-r--r-- | Source/Asura.Engine/Window/Window.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Source/Asura.Engine/Window/Window.h b/Source/Asura.Engine/Window/Window.h new file mode 100644 index 0000000..3a09266 --- /dev/null +++ b/Source/Asura.Engine/Window/Window.h @@ -0,0 +1,25 @@ +#ifndef __ASURA_ENGINE_WINDOW_H__ +#define __ASURA_ENGINE_WINDOW_H__ + +namespace AsuraEngine +{ + namespace Graphics + { + + /// + /// ڣֶ֧രڡڱ༭Ҫ֧֣runnerֻҪһڡ + /// + class Window + { + public: + + + private: + + + }; + + } +} + +#endif
\ No newline at end of file |