revision 2
[carveJwlIkooP6JGAAIwe30JlM.git] / world_volumes.h
index 199a09679558fe0da1aa3d25ff0e656aea0c0cf3..2d84e9e00ac8f2f2454a095f97f52a7e203ce7d1 100644 (file)
@@ -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 );