summaryrefslogtreecommitdiff
path: root/src/void_map.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-04-18 18:20:31 +0000
committerrubidium <rubidium@openttd.org>2007-04-18 18:20:31 +0000
commitaa284fd531a9beee460c6c04a51d3738c2e3a19e (patch)
treed3bb34af70e8e355de6b714c844d9402002c01e2 /src/void_map.h
parent4eb87ac62ba75a39cf0f31fc0785681d028e8bc1 (diff)
downloadopenttd-aa284fd531a9beee460c6c04a51d3738c2e3a19e.tar.xz
(svn r9670) -Documentation: add documentation to some the _map files.
Diffstat (limited to 'src/void_map.h')
-rw-r--r--src/void_map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/void_map.h b/src/void_map.h
index a5a14684b..aae284821 100644
--- a/src/void_map.h
+++ b/src/void_map.h
@@ -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);