diff options
| author | Mariano Javier Suligoy | 2015-03-01 21:07:50 -0300 |
|---|---|---|
| committer | Mariano Javier Suligoy | 2015-03-02 22:12:51 -0300 |
| commit | 63006f6f6f55573d55c14fcb9f7b6eeb6444aeb6 (patch) | |
| tree | fad664863790f2a1c3dbfe9266cf68799a0a17ad /tools/editor/plugins/theme_editor_plugin.h | |
| parent | 205ed6c9f5d6680608765dde17cbcabedfbbffa9 (diff) | |
| download | godot-63006f6f6f55573d55c14fcb9f7b6eeb6444aeb6.tar.gz godot-63006f6f6f55573d55c14fcb9f7b6eeb6444aeb6.tar.zst godot-63006f6f6f55573d55c14fcb9f7b6eeb6444aeb6.zip | |
Register CheckBox class to create it using editor.
Diffstat (limited to '')
| -rw-r--r-- | tools/editor/plugins/theme_editor_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/plugins/theme_editor_plugin.h b/tools/editor/plugins/theme_editor_plugin.h index 98156422e..83432b923 100644 --- a/tools/editor/plugins/theme_editor_plugin.h +++ b/tools/editor/plugins/theme_editor_plugin.h @@ -33,6 +33,8 @@ #include "scene/gui/texture_frame.h" #include "scene/gui/option_button.h" #include "scene/gui/file_dialog.h" +#include "scene/gui/check_box.h" +#include "scene/gui/button_group.h" #include "tools/editor/editor_node.h" |
