diff options
| author | Juan Linietsky | 2016-08-25 17:45:20 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-08-25 17:45:20 -0300 |
| commit | 9c6175db11ff72603ae58789a462b33ec1e910f8 (patch) | |
| tree | c7fbb26583b6c7f44b9f8091aa59497900527f08 /scene/gui/graph_edit.h | |
| parent | 41a58f7935ecd0c91ae55a5e5b84425aadc51840 (diff) | |
| download | godot-9c6175db11ff72603ae58789a462b33ec1e910f8.tar.gz godot-9c6175db11ff72603ae58789a462b33ec1e910f8.tar.zst godot-9c6175db11ff72603ae58789a462b33ec1e910f8.zip | |
Diffstat (limited to 'scene/gui/graph_edit.h')
| -rw-r--r-- | scene/gui/graph_edit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/gui/graph_edit.h b/scene/gui/graph_edit.h index 9f5dd56ed..c3276ceac 100644 --- a/scene/gui/graph_edit.h +++ b/scene/gui/graph_edit.h @@ -133,6 +133,7 @@ private: bool lines_on_bg; + struct ConnType { union { @@ -205,6 +206,7 @@ public: int get_snap() const; void set_snap(int p_snap); + GraphEdit(); }; |
