physics.bullet.object.c++: Cosmetics.

This commit is contained in:
Rod Kay
2023-12-31 21:23:20 +11:00
parent 4c247418c9
commit 15fabd445d
2 changed files with 6 additions and 4 deletions

View File

@@ -11,8 +11,8 @@ extern "C"
struct Object;
struct Object* b3d_new_Object (Real Mass,
Shape* the_Shape,
int is_Kinematic);
Shape* the_Shape,
int is_Kinematic);
Shape* b3d_Object_Shape (Object* Self);