diff options
| author | Bojidar Marinov | 2017-02-23 17:47:25 +0200 |
|---|---|---|
| committer | Bojidar Marinov | 2017-02-23 17:47:25 +0200 |
| commit | 53921faa9114f57bd83a33404e7e216db0f27a33 (patch) | |
| tree | 76767593ecdc5750fa0ee3bfbf77c95fadec24cf /tools/editor/plugins/sample_library_editor_plugin.cpp | |
| parent | d0973e645cc82ef643153f920dba5ee2586f08cb (diff) | |
| download | godot-53921faa9114f57bd83a33404e7e216db0f27a33.tar.gz godot-53921faa9114f57bd83a33404e7e216db0f27a33.tar.zst godot-53921faa9114f57bd83a33404e7e216db0f27a33.zip | |
Complete the globals.h -> global_config.h conversion
Diffstat (limited to 'tools/editor/plugins/sample_library_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/sample_library_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/sample_library_editor_plugin.cpp b/tools/editor/plugins/sample_library_editor_plugin.cpp index d0ff33c88..b996cafd1 100644 --- a/tools/editor/plugins/sample_library_editor_plugin.cpp +++ b/tools/editor/plugins/sample_library_editor_plugin.cpp @@ -31,7 +31,7 @@ #include "sample_library_editor_plugin.h" #include "io/resource_loader.h" -#include "globals.h" +#include "global_config.h" #include "tools/editor/editor_settings.h" #include "scene/main/viewport.h" #include "sample_editor_plugin.h" |
