You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Improve compilation speed (forward declarations/includes cleanup)
This commit is contained in:
@@ -32,8 +32,6 @@
|
||||
#define SCRIPT_CREATE_DIALOG_H
|
||||
|
||||
#include "core/object/script_language.h"
|
||||
#include "editor/editor_file_dialog.h"
|
||||
#include "editor/editor_settings.h"
|
||||
#include "scene/gui/check_box.h"
|
||||
#include "scene/gui/dialogs.h"
|
||||
#include "scene/gui/grid_container.h"
|
||||
@@ -42,6 +40,7 @@
|
||||
#include "scene/gui/panel_container.h"
|
||||
|
||||
class CreateDialog;
|
||||
class EditorFileDialog;
|
||||
|
||||
class ScriptCreateDialog : public ConfirmationDialog {
|
||||
GDCLASS(ScriptCreateDialog, ConfirmationDialog);
|
||||
|
||||
Reference in New Issue
Block a user