diff options
author | Thomas Herzog <thomas.herzog@mail.com> | 2017-11-25 00:26:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-25 00:26:36 +0100 |
commit | ee4729cc07b904f92501d55d985ee2d325ba6e89 (patch) | |
tree | bd388b6570402fdde2732dd92217ee53981209cf /include/core/NodePath.hpp | |
parent | e72f4beec1b091edf6f16a0fe27d5ed13ca450c2 (diff) | |
parent | d8faa4ec76bc73ca17b8e5dd72220d16996423c3 (diff) | |
download | redot-cpp-ee4729cc07b904f92501d55d985ee2d325ba6e89.tar.gz |
Merge pull request #52 from BastiaanOlij/change_to_new_extensions
Update bindings to use new Api extensions and rename Rect3->AABB
Diffstat (limited to 'include/core/NodePath.hpp')
-rw-r--r-- | include/core/NodePath.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/core/NodePath.hpp b/include/core/NodePath.hpp index 235c95e..026414b 100644 --- a/include/core/NodePath.hpp +++ b/include/core/NodePath.hpp @@ -24,8 +24,6 @@ public: int get_name_count() const; - String get_property() const; - String get_subname(const int idx) const; int get_subname_count() const; |