This commit is contained in:
@clasher113
2023-12-05 09:27:00 +02:00
34 changed files with 485 additions and 410 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
#include "../maths/voxmaths.h"
#include "../core_defs.h"
#define SEA_LEVEL 55
const int SEA_LEVEL = 55;
class Map2D {
int x, z;