fix network overhead in worldgen

This commit is contained in:
p2r3
2025-08-14 06:49:48 +03:00
parent 1d76a0d96e
commit 106e3e9ba2
3 changed files with 24 additions and 9 deletions

View File

@@ -9,4 +9,7 @@ uint32_t getChunkHash (short x, short z);
int getHeightAt (int rx, int rz, int _x, int _z, uint32_t chunk_hash);
uint8_t getBlockAt (int x, int y, int z);
extern uint8_t chunk_section[4096];
void buildChunkSection (int x, int y, int z);
#endif