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/controls/button.cpp | |
parent | 084623519e95f0ab0cf4bc328b5fa736d679c5bd (diff) |
*misc
Diffstat (limited to 'source/Asura.Editor/controls/button.cpp')
-rw-r--r-- | source/Asura.Editor/controls/button.cpp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/source/Asura.Editor/controls/button.cpp b/source/Asura.Editor/controls/button.cpp index 9910df4..c5741c1 100644 --- a/source/Asura.Editor/controls/button.cpp +++ b/source/Asura.Editor/controls/button.cpp @@ -1,6 +1,8 @@ -#include "button.h" +#include "gui_button.h" -namespace AsuraEditor -{ +namespace_begin(AsuraEditor) -}
\ No newline at end of file + + + +namespace_end |