diff options
author | Mariano Javier Suligoy <marianognu.easyrpg@gmail.com> | 2015-08-24 21:33:00 -0300 |
---|---|---|
committer | Mariano Javier Suligoy <marianognu.easyrpg@gmail.com> | 2015-08-24 21:33:00 -0300 |
commit | 54291c655db3346aedb875b3c375c0f759d90043 (patch) | |
tree | a188d763d25ceb0b1d12590f1f6f71633c4a79c7 /tools/editor/project_export.h | |
parent | 3a83337420c3e6c7e5f3a52cee49aa2eb17cab2d (diff) | |
parent | 0d77277a860f56b5f596c3d930ec2209cee95517 (diff) |
Merge branch 'master' of https://github.com/okamstudio/godot
Diffstat (limited to 'tools/editor/project_export.h')
-rw-r--r-- | tools/editor/project_export.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/editor/project_export.h b/tools/editor/project_export.h index c88233ae01..d85e688e58 100644 --- a/tools/editor/project_export.h +++ b/tools/editor/project_export.h @@ -78,6 +78,9 @@ private: HBoxContainer *plat_errors; Label *platform_error_string; + StringName ei; + StringName ot; + Tree * tree; EditorFileDialog *pck_export; |