X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_volumes.h;h=2d84e9e00ac8f2f2454a095f97f52a7e203ce7d1;hb=bececcbb7b2e886e72425e7c070e1fdc3aa126dc;hp=199a09679558fe0da1aa3d25ff0e656aea0c0cf3;hpb=7eba38b8178c82040618a518634d8ff4813e2ff2;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_volumes.h b/world_volumes.h index 199a096..2d84e9e 100644 --- a/world_volumes.h +++ b/world_volumes.h @@ -1,7 +1,5 @@ -#ifndef WORLD_VOLUMES_H -#define WORLD_VOLUMES_H - +#pragma once #include "world.h" -#include "bvh.h" +#include "vg/vg_bvh.h" -#endif /* WORLD_VOLUMES_H */ +void world_volumes_update( world_instance *world, v3f pos );