33 files changed, 530 insertions, 113 deletions
diff --git a/src/model/base.h b/src/model/base.h new file mode 100644 index 0000000..5b7bd0b --- a/dev/null +++ b/src/model/base.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #ifndef BASE_H | ||
2 | #define BASE_H | ||
3 | |||
4 | /* | ||
5 | * Build the base layer of the map. | ||
6 | */ | ||
7 | void base (void); | ||
8 | |||
9 | #endif // BASE_H | ||