src/void_map.h
branchcpp_gui
changeset 6308 646711c5feaa
parent 6307 f40e88cff863
child 8604 8afdd9877afd
--- a/src/void_map.h	Sun Apr 15 17:04:44 2007 +0000
+++ b/src/void_map.h	Sat Apr 21 08:23:57 2007 +0000
@@ -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);