diff options
| author | Juan Linietsky | 2017-02-19 23:19:30 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-02-19 23:21:35 -0300 |
| commit | f6950956bdab064cc1e027b93a0ddd0d94dda882 (patch) | |
| tree | 595f634ffbd8d5419c82500971e5c3ce2308d229 /tools/editor/editor_run_native.cpp | |
| parent | 5e3fc7d06956dcda8b50cd4f028c83cf967f7223 (diff) | |
| download | godot-f6950956bdab064cc1e027b93a0ddd0d94dda882.tar.gz godot-f6950956bdab064cc1e027b93a0ddd0d94dda882.tar.zst godot-f6950956bdab064cc1e027b93a0ddd0d94dda882.zip | |
Editor Export Settings Dialog is completed!! Now on to make some exporters..
Diffstat (limited to 'tools/editor/editor_run_native.cpp')
| -rw-r--r-- | tools/editor/editor_run_native.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_run_native.cpp b/tools/editor/editor_run_native.cpp index 25cb41bef..60a9f53b9 100644 --- a/tools/editor/editor_run_native.cpp +++ b/tools/editor/editor_run_native.cpp @@ -28,7 +28,7 @@ /*************************************************************************/ #include "editor_run_native.h" -#include "editor_import_export.h" +#include "editor_export.h" void EditorRunNative::_notification(int p_what) { |
