(svn r9670) -Documentation: add documentation to some the _map files.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user