diff options
author | chai <chaifix@163.com> | 2019-08-01 09:15:04 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-08-01 09:15:04 +0800 |
commit | 99b90496765df21c5f377f42b9ed073ccb34c1fd (patch) | |
tree | 201cade18b6571d6ab5318945aed59a3610295a5 /source/Asura.Editor/core/gui_state.h | |
parent | 084623519e95f0ab0cf4bc328b5fa736d679c5bd (diff) |
*misc
Diffstat (limited to 'source/Asura.Editor/core/gui_state.h')
-rw-r--r-- | source/Asura.Editor/core/gui_state.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/source/Asura.Editor/core/gui_state.h b/source/Asura.Editor/core/gui_state.h new file mode 100644 index 0000000..9e7e91c --- /dev/null +++ b/source/Asura.Editor/core/gui_state.h @@ -0,0 +1,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 + |