You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Improve compilation speed (forward declarations/includes cleanup)
This commit is contained in:
@@ -30,9 +30,10 @@
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
#include "gdnative_library_editor_plugin.h"
|
||||
#include "gdnative.h"
|
||||
|
||||
#include "editor/editor_file_dialog.h"
|
||||
#include "editor/editor_node.h"
|
||||
#include "editor/editor_scale.h"
|
||||
#include "gdnative.h"
|
||||
|
||||
void GDNativeLibraryEditor::edit(Ref<GDNativeLibrary> p_library) {
|
||||
library = p_library;
|
||||
|
||||
Reference in New Issue
Block a user