From 33ff55a8f1287643986621e7130e8acddf42b221 Mon Sep 17 00:00:00 2001 From: alberth Date: Sat, 10 Nov 2012 20:46:39 +0000 Subject: (svn r24693) -Doc: Add some doxymentation into the newgrf code. --- src/newgrf_house.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/newgrf_house.h') 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. -- cgit v1.2.3-54-g00ecf