X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_physics.h;h=3a5561d27613dbca6abed6bd8005a9061d029756;hb=4a567dd9ef3bd63fb924d80fd2e09323b99d0a34;hp=3e7e5951937c59ceeeba834c602b4289986c14f7;hpb=342fcbf6fda017bdd38d56ce0fa7c9e59e589f3b;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_physics.h b/world_physics.h index 3e7e595..3a5561d 100644 --- a/world_physics.h +++ b/world_physics.h @@ -2,6 +2,7 @@ #define WORLD_PHYSICS_H #include "world.h" +#include "rigidbody.h" VG_STATIC void ray_world_get_tri( world_instance *world, ray_hit *hit, v3f tri[3] );