You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Improve compilation speed (forward declarations/includes cleanup)
This commit is contained in:
@@ -32,10 +32,11 @@
|
||||
#define LOCALIZATION_EDITOR_H
|
||||
|
||||
#include "core/object/undo_redo.h"
|
||||
#include "editor_file_dialog.h"
|
||||
#include "editor_locale_dialog.h"
|
||||
#include "editor/editor_locale_dialog.h"
|
||||
#include "scene/gui/tree.h"
|
||||
|
||||
class EditorFileDialog;
|
||||
|
||||
class LocalizationEditor : public VBoxContainer {
|
||||
GDCLASS(LocalizationEditor, VBoxContainer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user