From 62abd9c1e288a8cd3154245fef9ec48d76a85135 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 5 Mar 2006 11:18:34 +0000 Subject: (svn r3765) Fix some naming glitches in r3763 and add missing svn properties --- void_map.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'void_map.h') diff --git a/void_map.h b/void_map.h index 22043399a..f1fe9b6fd 100644 --- a/void_map.h +++ b/void_map.h @@ -1,5 +1,8 @@ /* $Id$ */ +#ifndef VOID_MAP_H +#define VOID_MAP_H + static inline void MakeVoid(TileIndex t) { SetTileType(t, MP_VOID); @@ -11,3 +14,5 @@ static inline void MakeVoid(TileIndex t) _m[t].m5 = 0; _m[t].extra = 0; } + +#endif -- cgit v1.2.3-70-g09d2