#ifndef MAP_GEOMETRY_H #define MAP_GEOMETRY_H /* * Create the geometry for the map. This includes the geometry for * every point. */ void map_geometry (void); #endif // MAP_GEOMETRY_H