move compiler to its own folder, api changes. wip maps
[carveJwlIkooP6JGAAIwe30JlM.git] / world_volumes.h
1 #pragma once
2 #include "world.h"
3 #include "vg/vg_bvh.h"
4
5 void world_volumes_update( world_instance *world, v3f pos );