summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/core/String.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/godot_cpp/core/String.hpp')
-rw-r--r--include/godot_cpp/core/String.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/godot_cpp/core/String.hpp b/include/godot_cpp/core/String.hpp
index 00790ae..1beaf21 100644
--- a/include/godot_cpp/core/String.hpp
+++ b/include/godot_cpp/core/String.hpp
@@ -15,6 +15,8 @@
namespace godot {
+class NodePath;
+
class GD_CPP_CORE_API String
{
godot_string _godot_string;
@@ -61,6 +63,8 @@ public:
bool operator >=(const String &s);
+ operator NodePath() const;
+
const wchar_t *c_string() const;
};