diff options
author | chai <chaifix@163.com> | 2019-08-08 08:56:51 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-08-08 08:56:51 +0800 |
commit | 6a065c913e9308cc72e1ad0723b6167048f439b6 (patch) | |
tree | 58cb4f28113949469c56584e32a510713ddbc2c1 /Source/Asura.Editor/Controls/GUIClip.h | |
parent | 0c391fdbce5a079cf03e483eb6174dd47806163d (diff) |
*misc
Diffstat (limited to 'Source/Asura.Editor/Controls/GUIClip.h')
-rw-r--r-- | Source/Asura.Editor/Controls/GUIClip.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/Asura.Editor/Controls/GUIClip.h b/Source/Asura.Editor/Controls/GUIClip.h index 38b6094..f2aafad 100644 --- a/Source/Asura.Editor/Controls/GUIClip.h +++ b/Source/Asura.Editor/Controls/GUIClip.h @@ -1,6 +1,16 @@ #ifndef _ASURA_GUICLIP_H_ #define _ASURA_GUICLIP_H_ +#include <asura-base/Classes.h> +#include <asura-base/Type.h> +namespace_begin(AsuraEditor) + +class GUIClip +{ + +}; + +namespace_end #endif |