summaryrefslogtreecommitdiff
path: root/src/newgrf_house.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2012-11-10 20:46:39 +0000
committeralberth <alberth@openttd.org>2012-11-10 20:46:39 +0000
commit33ff55a8f1287643986621e7130e8acddf42b221 (patch)
tree04af02a5ad82e979ec200570b38628dccc860cdf /src/newgrf_house.h
parent4c9bea2a714da675217522c39113ba2c2c5bbee4 (diff)
downloadopenttd-33ff55a8f1287643986621e7130e8acddf42b221.tar.xz
(svn r24693) -Doc: Add some doxymentation into the newgrf code.
Diffstat (limited to 'src/newgrf_house.h')
-rw-r--r--src/newgrf_house.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/newgrf_house.h b/src/newgrf_house.h
index f833f96b0..d6d4beb5d 100644
--- a/src/newgrf_house.h
+++ b/src/newgrf_house.h
@@ -18,9 +18,10 @@
#include "newgrf_spritegroup.h"
#include "newgrf_town.h"
+/** Scope resolver for houses. */
struct HouseScopeResolver : public ScopeResolver {
- HouseID house_id;
- TileIndex tile;
+ HouseID house_id; ///< Type of house being queried.
+ TileIndex tile; ///< Tile of this house.
Town *town; ///< Town of this house.
bool not_yet_constructed; ///< True for construction check.
uint16 initial_random_bits; ///< Random bits during construction checks.