diff options
| author | Poommetee Ketson | 2017-06-26 21:04:53 +0700 |
|---|---|---|
| committer | Poommetee Ketson | 2017-06-27 03:04:47 +0700 |
| commit | a9367ce6bca84d27f3f47160739e28189099ffd9 (patch) | |
| tree | 3cc93e6181c839e8b2e34274b6bc3c2ced885bfd /editor/editor_node.h | |
| parent | 1453d67145f5b07bdf3648f6eac1a66f1fa2c435 (diff) | |
| download | godot-a9367ce6bca84d27f3f47160739e28189099ffd9.tar.gz godot-a9367ce6bca84d27f3f47160739e28189099ffd9.tar.zst godot-a9367ce6bca84d27f3f47160739e28189099ffd9.zip | |
Diffstat (limited to 'editor/editor_node.h')
| -rw-r--r-- | editor/editor_node.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index bd8354f76..5e83cec4a 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -140,6 +140,8 @@ private: FILE_RUN_SCRIPT, FILE_OPEN_PREV, FILE_CLOSE, + FILE_CLOSE_ALL_AND_QUIT, + FILE_CLOSE_ALL_AND_RUN_PROJECT_MANAGER, FILE_QUIT, FILE_EXTERNAL_OPEN_SCENE, EDIT_UNDO, @@ -467,7 +469,7 @@ private: void _save_scene(String p_file, int idx = -1); void _save_all_scenes(); - bool _has_unsaved_scenes(); + int _next_unsaved_scene(); void _discard_changes(const String &p_str = String()); void _instance_request(const Vector<String> &p_files); |
