mirror of
https://github.com/Relintai/voxelman.git
synced 2024-11-12 10:15:12 +01:00
12 lines
149 B
C++
12 lines
149 B
C++
#include "voxel_structure.h"
|
|
|
|
VoxelStructure::VoxelStructure() {
|
|
|
|
}
|
|
|
|
VoxelStructure::~VoxelStructure() {
|
|
}
|
|
|
|
void VoxelStructure::_bind_methods() {
|
|
}
|