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