summaryrefslogtreecommitdiff
path: root/scene/3d/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/path.h')
-rw-r--r--scene/3d/path.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scene/3d/path.h b/scene/3d/path.h
index f73bf17dfe..beb37d9714 100644
--- a/scene/3d/path.h
+++ b/scene/3d/path.h
@@ -106,6 +106,8 @@ public:
void set_cubic_interpolation(bool p_enable);
bool get_cubic_interpolation() const;
+ String get_configuration_warning() const;
+
PathFollow();
};
@@ -151,6 +153,8 @@ public:
void set_cubic_interpolation(bool p_enable);
bool get_cubic_interpolation() const;
+ String get_configuration_warning() const;
+
OrientedPathFollow();
};