diff options
| author | Poommetee Ketson | 2017-06-24 17:57:30 +0700 |
|---|---|---|
| committer | Poommetee Ketson | 2017-06-25 08:04:34 +0700 |
| commit | 1453d67145f5b07bdf3648f6eac1a66f1fa2c435 (patch) | |
| tree | b39630d19d6a0a1769fe96019a7bc7a8f45fe1af /editor/editor_node.h | |
| parent | 14fa4190b3c85abbd1b7ca39c89b0b3a1aa19b59 (diff) | |
| download | godot-1453d67145f5b07bdf3648f6eac1a66f1fa2c435.tar.gz godot-1453d67145f5b07bdf3648f6eac1a66f1fa2c435.tar.zst godot-1453d67145f5b07bdf3648f6eac1a66f1fa2c435.zip | |
EditorNode: enhance quit dialog
Diffstat (limited to '')
| -rw-r--r-- | editor/editor_node.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index 673e3692a..bd8354f76 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -466,6 +466,8 @@ private: void _vp_resized(); void _save_scene(String p_file, int idx = -1); + void _save_all_scenes(); + bool _has_unsaved_scenes(); void _discard_changes(const String &p_str = String()); void _instance_request(const Vector<String> &p_files); |
