-rw-r--r-- | src/model/map_geometry.c | 27 | ||||
-rw-r--r-- | src/model/map_geometry.h | 10 |
2 files changed, 37 insertions, 0 deletions
diff --git a/src/model/map_geometry.h b/src/model/map_geometry.h new file mode 100644 index 0000000..f5b6701 --- a/dev/null +++ b/src/model/map_geometry.h @@ -0,0 +1,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 |