diff options
Diffstat (limited to 'source/Asura.Editor/widgets/button.cpp')
-rw-r--r-- | source/Asura.Editor/widgets/button.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/Asura.Editor/widgets/button.cpp b/source/Asura.Editor/widgets/button.cpp index e69de29..97de284 100644 --- a/source/Asura.Editor/widgets/button.cpp +++ b/source/Asura.Editor/widgets/button.cpp @@ -0,0 +1,10 @@ +#include "button.h" + +namespace AsuraEditor +{ + + Button::Button() + { + } + +}
\ No newline at end of file |