summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/graphics/style.h
blob: 2676c680cb6014c40b84ec55eeb68c374c282e0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _ASURA_EDITOR_GUI_STYLE_H_
#define _ASURA_EDITOR_GUI_STYLE_H_

#include <asura-base/Classes.h>

namespace_begin(AsuraEditor)

class GUIStyle
{

};

namespace_end

#endif