summaryrefslogtreecommitdiff
path: root/src/house_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-05-02 17:42:12 +0000
committerrubidium <rubidium@openttd.org>2011-05-02 17:42:12 +0000
commitfb5ecb94992e7febf4bc059cb6ec4a51f50c66b0 (patch)
tree87956636c318baa8d5d8d62f13263c4f64dbe881 /src/house_type.h
parent4d5dbf51707c42c24eeafdb65016b079c54adcf2 (diff)
downloadopenttd-fb5ecb94992e7febf4bc059cb6ec4a51f50c66b0.tar.xz
(svn r22411) -Document: another bunch of bits
Diffstat (limited to 'src/house_type.h')
-rw-r--r--src/house_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/house_type.h b/src/house_type.h
index b59f0a168..9c9c41702 100644
--- a/src/house_type.h
+++ b/src/house_type.h
@@ -12,8 +12,8 @@
#ifndef HOUSE_TYPE_H
#define HOUSE_TYPE_H
-typedef uint16 HouseID;
-typedef uint16 HouseClassID;
+typedef uint16 HouseID; ///< OpenTTD ID of house types.
+typedef uint16 HouseClassID; ///< Classes of houses.
struct HouseSpec;