summaryrefslogtreecommitdiff
path: root/scene/3d/body_shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/body_shape.h')
-rw-r--r--scene/3d/body_shape.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/3d/body_shape.h b/scene/3d/body_shape.h
index dd005c0edd..a3289bf26a 100644
--- a/scene/3d/body_shape.h
+++ b/scene/3d/body_shape.h
@@ -90,6 +90,9 @@ public:
int get_collision_object_shape_index() const { return _get_update_shape_index(); }
+
+ String get_configuration_warning() const;
+
CollisionShape();
~CollisionShape();
};