mirror of
https://github.com/Relintai/voxelman.git
synced 2024-11-14 10:17:20 +01:00
11 lines
121 B
C++
11 lines
121 B
C++
#include "voxel_mesher_cubic.h"
|
|
|
|
|
|
VoxelMesherCubic::VoxelMesherCubic() {
|
|
}
|
|
|
|
|
|
void VoxelMesherCubic::_bind_methods() {
|
|
|
|
}
|