(svn r9670) -Documentation: add documentation to some the _map files.

This commit is contained in:
rubidium
2007-04-18 18:20:31 +00:00
parent d1c2c90ad0
commit 13c587bf39
4 changed files with 141 additions and 18 deletions

View File

@@ -5,6 +5,10 @@
#ifndef VOID_MAP_H
#define VOID_MAP_H
/**
* Make a nice void tile ;)
* @param t the tile to make void
*/
static inline void MakeVoid(TileIndex t)
{
SetTileType(t, MP_VOID);