blob: b6ed2c5c3d0b6bf3d0d7ca76073501683afb7dcf (
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 GUIStyle
{
};
namespace_end
#endif
|