Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2020-07-31 11:13:33 +0300
committerJacques Lucke <jacques@blender.org>2020-07-31 11:13:33 +0300
commitf3e8326453ae856d7914e45e832a2ed80aa9a9b9 (patch)
tree51a21c9a771797f0ed39648ba2c779559c733cd0 /intern/rigidbody
parent59c14c1a62cfd6dc03c21ae7b3e8fe23162c6265 (diff)
Cleanup: fix function signature
Diffstat (limited to 'intern/rigidbody')
-rw-r--r--intern/rigidbody/RBI_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/rigidbody/RBI_api.h b/intern/rigidbody/RBI_api.h
index 199e9f6f197..07cda49e04b 100644
--- a/intern/rigidbody/RBI_api.h
+++ b/intern/rigidbody/RBI_api.h
@@ -240,7 +240,7 @@ rbCollisionShape *RB_shape_new_gimpact_mesh(rbMeshData *mesh);
/* Compound Shape ---------------- */
-rbCollisionShape *RB_shape_new_compound();
+rbCollisionShape *RB_shape_new_compound(void);
void RB_compound_add_child_shape(rbCollisionShape *collisionShape,
rbCollisionShape *shape,
const float loc[3],