summaryrefslogtreecommitdiff
path: root/source/Asura.Editor/graphics/style.h
blob: fca3c370e302a666d8b39546288fb65f9abfefd1 (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-utils/classes.h>

namespace_begin(AsuraEditor)

class Style
{

};

namespace_end

#endif