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

@@ -1,7 +1,7 @@
#ifndef C_BOX2D_JOINT_H
#define C_BOX2D_JOINT_H
#include "box2d.h"
#include "c_math.h"
#include "box2d-object.h"