]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - src/server/voxel_depth_search.c
Rework structure
[dragonblocks_alpha.git] / src / server / voxel_depth_search.c
index edf9fb5128d9236049bd42a8f7023a3c0164450b..b775025cb0c5f1d85c2f9bb6a86aefab032656e8 100644 (file)
@@ -1,5 +1,5 @@
 #include <stdlib.h>
-#include "voxel_depth_search.h"
+#include "server/voxel_depth_search.h"
 
 v3s32 dirs[6] = {
        {+0, -1, +0}, // this is commonly used to find ground, search downwards first