Changeset - r6518:edf4cb03a4a3
[Not reviewed]
master
0 1 0
belugas - 17 years ago 2007-04-21 02:42:51
belugas@openttd.org
(svn r9704) -Documentation: Add comments on industry data macro
1 file changed with 11 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/table/build_industry.h
Show inline comments
 
@@ -5,8 +5,19 @@
 
#ifndef BUILD_INDUSTRY_H
 
#define BUILD_INDUSTRY_H
 

	
 
/**
 
 * Definition of an industry tiles layout.
 
 * @param x offset x of this tile
 
 * @param y offset y of this tile
 
 * @param m index of the tile.
 
 * @see _industry_specs
 
 * @see IndustryTileTable
 
 */
 
#define MK(x, y, m) {{x, y}, m}
 

	
 
/**
 
 * Terminator of industry tiles layout definition
 
 */
 
#define MKEND {{-0x80, 0}, 0}
 

	
 
static const IndustryTileTable _tile_table_coal_mine_0[] = {
0 comments (0 inline, 0 general)