#ifndef _MAPGEN_H_ #define _MAPGEN_H_ #include "map.h" void mapgen_generate_block(MapBlock *block); #endif