Unnecessary forward-declaration

master
Marc Gilleron 2022-08-30 00:08:41 +01:00
parent 06c36d1af9
commit 8d8fad51d5
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@
namespace zylann::voxel {
class VoxelBlockyLibrary;
// Definition of one type of voxel for use with `VoxelMesherBlocky`.
// A voxel can be a simple coloured cube, or a more complex model.
// Important: it is recommended that you create voxels from a library rather than using new().