X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_volumes.h;h=2d84e9e00ac8f2f2454a095f97f52a7e203ce7d1;hb=5f6a4f9df6c8accc89f1920bfe9ace3cbac4c4b6;hp=199a09679558fe0da1aa3d25ff0e656aea0c0cf3;hpb=a109f126d8adab622e38fbcc2d4281e75255246a;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 );