summaryrefslogtreecommitdiff
path: root/Source/Asura.Editor/Controls/GUIClip.h
blob: f2aafad92986a9eb36ac98ca80e5099a95d95aeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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