summaryrefslogtreecommitdiff
path: root/src/landscape_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/landscape_type.h')
-rw-r--r--src/landscape_type.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/landscape_type.h b/src/landscape_type.h
index f1955f4d3..1e558fd07 100644
--- a/src/landscape_type.h
+++ b/src/landscape_type.h
@@ -17,4 +17,15 @@ enum LandscapeType {
NUM_LANDSCAPE = 4,
};
+/**
+ * For storing the water borders which shall be retained.
+ */
+enum Borders {
+ BORDER_NE = 0,
+ BORDER_SE = 1,
+ BORDER_SW = 2,
+ BORDER_NW = 3,
+ BORDERS_RANDOM = 16,
+};
+
#endif /* LANDSCAPE_TYPE_H */