summaryrefslogtreecommitdiff
path: root/src/landscape_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-10-13 03:26:48 +0000
committerrubidium <rubidium@openttd.org>2008-10-13 03:26:48 +0000
commitf1f5b248c2a99f728d704b8840b6ccb2f9558986 (patch)
tree85fa073697b6d9960bca90c52e215ea66078536e /src/landscape_type.h
parent313f193b55b75c6d4253887e65ffd81e1dee839f (diff)
downloadopenttd-f1f5b248c2a99f728d704b8840b6ccb2f9558986.tar.xz
(svn r14461) -Document: add some doxygen comments (Albert)
Diffstat (limited to 'src/landscape_type.h')
-rw-r--r--src/landscape_type.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/landscape_type.h b/src/landscape_type.h
index eb6b9e7a6..f1955f4d3 100644
--- a/src/landscape_type.h
+++ b/src/landscape_type.h
@@ -5,10 +5,10 @@
#ifndef LANDSCAPE_TYPE_H
#define LANDSCAPE_TYPE_H
-typedef byte LandscapeID;
+typedef byte LandscapeID; ///< Landscape type. @see LandscapeType
-/* Landscape types */
-enum {
+/** Landscape types */
+enum LandscapeType {
LT_TEMPERATE = 0,
LT_ARCTIC = 1,
LT_TROPIC = 2,