diff options
| author | Juan Linietsky | 2017-01-10 01:04:31 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-01-10 01:07:03 -0300 |
| commit | a503f8aadcb8cbc85bde589fb25ea06e599b367b (patch) | |
| tree | 070ebbf0dd6af2d43c5519f5e32045b3512f0e9e /scene/gui/button.h | |
| parent | 68c008ca8d87a1f72fcf17467ee43714954e9ce4 (diff) | |
| download | godot-a503f8aadcb8cbc85bde589fb25ea06e599b367b.tar.gz godot-a503f8aadcb8cbc85bde589fb25ea06e599b367b.tar.zst godot-a503f8aadcb8cbc85bde589fb25ea06e599b367b.zip | |
Diffstat (limited to 'scene/gui/button.h')
| -rw-r--r-- | scene/gui/button.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/gui/button.h b/scene/gui/button.h index 710581a55..2fd3a0cac 100644 --- a/scene/gui/button.h +++ b/scene/gui/button.h @@ -33,6 +33,9 @@ /** @author Juan Linietsky <reduzio@gmail.com> */ + + + class Button : public BaseButton { GDCLASS( Button, BaseButton ); |
