diff options
| author | Blazej Floch | 2018-01-08 00:50:51 -0500 |
|---|---|---|
| committer | Blazej Floch | 2018-01-08 03:12:41 -0500 |
| commit | 9d3eb3d2b04647d8132807d6d5c733e3b79b7c9c (patch) | |
| tree | 7f594bca523bfc31bd5248df213379855c6867d9 /editor/editor_data.h | |
| parent | 37ca542d2bfd9aac296e82e30a76117090dea08e (diff) | |
| download | godot-9d3eb3d2b04647d8132807d6d5c733e3b79b7c9c.tar.gz godot-9d3eb3d2b04647d8132807d6d5c733e3b79b7c9c.tar.zst godot-9d3eb3d2b04647d8132807d6d5c733e3b79b7c9c.zip | |
Diffstat (limited to 'editor/editor_data.h')
| -rw-r--r-- | editor/editor_data.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/editor_data.h b/editor/editor_data.h index eacde0413..844145853 100644 --- a/editor/editor_data.h +++ b/editor/editor_data.h @@ -70,11 +70,11 @@ class EditorHistory { Variant value; }; - void _cleanup_history(); - void _add_object(ObjectID p_object, const String &p_property, int p_level_change); public: + void cleanup_history(); + bool is_at_beginning() const; bool is_at_end() const; |
