diff options
author | chai <chaifix@163.com> | 2019-08-08 08:56:51 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-08-08 08:56:51 +0800 |
commit | 6a065c913e9308cc72e1ad0723b6167048f439b6 (patch) | |
tree | 58cb4f28113949469c56584e32a510713ddbc2c1 /source/Asura.Editor/Controls/GUIButton.h | |
parent | 0c391fdbce5a079cf03e483eb6174dd47806163d (diff) |
*misc
Diffstat (limited to 'source/Asura.Editor/Controls/GUIButton.h')
-rw-r--r-- | source/Asura.Editor/Controls/GUIButton.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/Asura.Editor/Controls/GUIButton.h b/source/Asura.Editor/Controls/GUIButton.h index e1199db..47da571 100644 --- a/source/Asura.Editor/Controls/GUIButton.h +++ b/source/Asura.Editor/Controls/GUIButton.h @@ -2,13 +2,14 @@ #define _ASURA_EDITOR_GUI_BUTTON_H_ #include <asura-base/Classes.h> +#include <asura-base/Type.h> namespace_begin(AsuraEditor) +bool GUIButton(int controlID); bool GUIButton(); - namespace_end -#endif +#endif
\ No newline at end of file |