summaryrefslogtreecommitdiff
path: root/tools/editor/editor_file_system.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2017-02-01 20:41:05 -0300
committerJuan Linietsky <reduzio@gmail.com>2017-02-01 20:41:05 -0300
commitb3aebcf6dfa72dcb4a151b7b17c52ecd0ec5d6f7 (patch)
treef04f40d4489b3b32713171a9faa39add0f5bd72e /tools/editor/editor_file_system.h
parent2cd2ca7bbc892eccc635b1c4aea80c956c9b92dc (diff)
CSV translation import plugin
Diffstat (limited to 'tools/editor/editor_file_system.h')
-rw-r--r--tools/editor/editor_file_system.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/editor/editor_file_system.h b/tools/editor/editor_file_system.h
index 3ad739ae9d..92169907a4 100644
--- a/tools/editor/editor_file_system.h
+++ b/tools/editor/editor_file_system.h
@@ -195,6 +195,10 @@ class EditorFileSystem : public Node {
void _reimport_file(const String &p_file);
+ bool _check_missing_imported_files(const String& p_path);
+
+ bool reimport_on_missing_imported_files;
+
protected:
void _notification(int p_what);