mirror of
https://github.com/Relintai/voxelman.git
synced 2025-01-12 15:01:09 +01:00
11 lines
121 B
C++
11 lines
121 B
C++
#include "voxel_mesher_cubic.h"
|
|
|
|
|
|
VoxelMesherCubic::VoxelMesherCubic() {
|
|
}
|
|
|
|
|
|
void VoxelMesherCubic::_bind_methods() {
|
|
|
|
}
|