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,9 +31,11 @@
|
|||
#ifndef EDITOR_AUTOLOAD_SETTINGS_H
|
||||
#define EDITOR_AUTOLOAD_SETTINGS_H
|
||||
|
||||
#include "scene/gui/box_container.h"
|
||||
#include "scene/gui/button.h"
|
||||
#include "scene/gui/tree.h"
|
||||
|
||||
#include "editor_file_dialog.h"
|
||||
class EditorFileDialog;
|
||||
|
||||
class EditorAutoloadSettings : public VBoxContainer {
|
||||
GDCLASS(EditorAutoloadSettings, VBoxContainer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue