1 2 3 4 5 6 7 8 9 10
#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
Copyright © 2009 Don Pellegrino All Rights Reserved.