Improve compilation speed (forward declarations/includes cleanup)
This commit is contained in:
parent
36892b7fc8
commit
b396fd4eef
308 changed files with 664 additions and 350 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue