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/editor_export.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/editor_export.cpp')
| -rw-r--r-- | tools/editor/editor_export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_export.cpp b/tools/editor/editor_export.cpp index 9483fa84a..87d0c462b 100644 --- a/tools/editor/editor_export.cpp +++ b/tools/editor/editor_export.cpp @@ -925,7 +925,7 @@ EditorExportPlatformPC::EditorExportPlatformPC() { #if 0 #include "version.h" #include "script_language.h" -#include "globals.h" +#include "global_config.h" #include "os/file_access.h" #include "os/dir_access.h" #include "tools/editor/editor_file_system.h" |
