physics.box2d: Rid #include of 'box2d.h'.

This commit is contained in:
Rod Kay
2023-12-31 21:17:53 +11:00
parent 6188ad4e80
commit be98a56d0c
6 changed files with 104 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
#define C_BOX2D_OBJECT_H
#include "box2d.h"
#include "c_math.h"
#include "box2d-shape.h"
@@ -14,7 +14,7 @@ extern "C"
Real Mass,
Real Friction,
Real Restitution,
Shape* the_Shape);
Shape* the_Shape);
void b2d_free_Object (Object* Self);