X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_physics.h;h=06143b9a9d9ed3c322cb5089196feec6153a9e56;hb=14851c4c820eb07a0db0ec0366a70bdd6518c331;hp=ce65e5b29d442794ee603abc7ec40842bb0dce83;hpb=5f6a4f9df6c8accc89f1920bfe9ace3cbac4c4b6;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_physics.h b/world_physics.h index ce65e5b..06143b9 100644 --- a/world_physics.h +++ b/world_physics.h @@ -2,6 +2,7 @@ #include "world.h" #include "vg/vg_rigidbody.h" #include "vg/vg_rigidbody_collision.h" +#include "vg/vg_bvh.h" void ray_world_get_tri( world_instance *world, ray_hit *hit, v3f tri[3] );