Improve compilation speed (forward declarations/includes cleanup)
This commit is contained in:
@ -31,7 +31,6 @@
|
||||
#ifndef SHADER_CREATE_DIALOG_H
|
||||
#define SHADER_CREATE_DIALOG_H
|
||||
|
||||
#include "editor/editor_file_dialog.h"
|
||||
#include "editor/editor_settings.h"
|
||||
#include "scene/gui/check_box.h"
|
||||
#include "scene/gui/dialogs.h"
|
||||
@ -40,6 +39,8 @@
|
||||
#include "scene/gui/option_button.h"
|
||||
#include "scene/gui/panel_container.h"
|
||||
|
||||
class EditorFileDialog;
|
||||
|
||||
class ShaderCreateDialog : public ConfirmationDialog {
|
||||
GDCLASS(ShaderCreateDialog, ConfirmationDialog);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user