diff options
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 |