diff options
| author | Juan Linietsky | 2017-02-01 09:45:45 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-02-01 09:46:36 -0300 |
| commit | 2cd2ca7bbc892eccc635b1c4aea80c956c9b92dc (patch) | |
| tree | 0a212bf8786c53ec7b054757071dc2430667d3a1 /tools/editor/io_plugins | |
| parent | 36b6ba8e94d9afcb06aa2579bf627651f7ebfea0 (diff) | |
| download | godot-2cd2ca7bbc892eccc635b1c4aea80c956c9b92dc.tar.gz godot-2cd2ca7bbc892eccc635b1c4aea80c956c9b92dc.tar.zst godot-2cd2ca7bbc892eccc635b1c4aea80c956c9b92dc.zip | |
Lot of work in new importer, importing textures now works.
Diffstat (limited to 'tools/editor/io_plugins')
| -rw-r--r-- | tools/editor/io_plugins/editor_texture_import_plugin.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/editor/io_plugins/editor_texture_import_plugin.h b/tools/editor/io_plugins/editor_texture_import_plugin.h index 08e0db5d6..ce15df0f1 100644 --- a/tools/editor/io_plugins/editor_texture_import_plugin.h +++ b/tools/editor/io_plugins/editor_texture_import_plugin.h @@ -29,6 +29,11 @@ #ifndef EDITOR_TEXTURE_IMPORT_PLUGIN_H #define EDITOR_TEXTURE_IMPORT_PLUGIN_H + + + + + #if 0 #include "tools/editor/editor_import_export.h" #include "scene/gui/dialogs.h" |
