Match filename

master
Marc Gilleron 2021-04-15 20:35:10 +01:00
parent 2467471de2
commit ab139ba44c
3 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#include "../storage/voxel_buffer.h"
#include "../util/macros.h"
#include "voxel_viewer_ref_count.h"
#include "voxel_ref_count.h"
// Stores loaded voxel data for a chunk of the volume. Mesh and colliders are stored separately.
class VoxelDataBlock {

View File

@ -4,7 +4,7 @@
#include "../constants/cube_tables.h"
#include "../util/godot/direct_mesh_instance.h"
#include "../util/godot/direct_static_body.h"
#include "voxel_viewer_ref_count.h"
#include "voxel_ref_count.h"
class Spatial;