]> git.lizzy.rs Git - nothing.git/blobdiff - src/game/level/rigid_bodies.h
Make platforms a transparent entity
[nothing.git] / src / game / level / rigid_bodies.h
index 8d18bea8c1a1e823ccc69b8c050510288e5e80d4..3f03d2d1fa660ae89ddd380d1fea3ce8ae2975e9 100644 (file)
@@ -2,9 +2,9 @@
 #define RIGID_BODIES_H_
 
 #include "math/mat3x3.h"
+#include "game/level/platforms.h"
 
 typedef struct RigidBodies RigidBodies;
-typedef struct Platforms Platforms;
 
 typedef size_t RigidBodyId;