summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--src/model/map_geometry.c27
-rw-r--r--src/model/map_geometry.h10
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 @@
1#ifndef MAP_GEOMETRY_H
2#define MAP_GEOMETRY_H
3
4/*
5 * Create the geometry for the map. This includes the geometry for
6 * every point.
7 */
8void map_geometry (void);
9
10#endif // MAP_GEOMETRY_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.