From ff96ba55286c7f040111f37c994f487e65ce539e Mon Sep 17 00:00:00 2001 From: Marc Gilleron Date: Tue, 1 Jan 2019 16:44:19 +0000 Subject: [PATCH] Make VoxelBlock defined when including VoxelMap --- voxel_map.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/voxel_map.h b/voxel_map.h index 8534cce0..d2ff035a 100644 --- a/voxel_map.h +++ b/voxel_map.h @@ -1,13 +1,11 @@ #ifndef VOXEL_MAP_H #define VOXEL_MAP_H -#include "voxel_buffer.h" +#include "voxel_block.h" #include #include -class VoxelBlock; - // Infinite voxel storage by means of octants like Gridmap class VoxelMap : public Reference { GDCLASS(VoxelMap, Reference)