(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 4eb87ac62b
commit aa284fd531
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);