blob: 9e7e91c6f71487c535e62bc55c72710f91d31e9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#ifndef _ASURA_EDITOR_GUI_STATE_H_
#define _ASURA_EDITOR_GUI_STATE_H_
#include <asura-utils/classes.h>
namespace_begin(AsuraEditor)
/// GUI widgets uniqueID
namespace_end
#endif
|