forked from EXTERNAL/bareiron
initial code dump
This commit is contained in:
9
src/worldgen.h
Normal file
9
src/worldgen.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef H_WORLDGEN
|
||||
#define H_WORLDGEN
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
uint8_t getBlockAt (int x, int y, int z);
|
||||
void writeChunkSection (int client_fd, int _x, int _z, int i);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user