27 files changed, 179 insertions, 549 deletions
diff --git a/src/model/base.h b/src/model/base.h deleted file mode 100644 index 5b7bd0b..0000000 --- a/src/model/base.h +++ b/dev/null | |||
@@ -1,9 +0,0 @@ | |||
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 | ||