X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fmap.h;h=e0afb717c85072f27cc39ef43eabc7d8caed93d9;hb=0ece348582e8b4fceee9a3240c9f454ac84b2107;hp=05d18164093ab18cdc79495885562aa1d20afee6;hpb=a2115940e7643dcb1b87286f3d19fe95f7b79bd3;p=flatwaifu.git diff --git a/src/map.h b/src/map.h index 05d1816..e0afb71 100644 --- a/src/map.h +++ b/src/map.h @@ -17,7 +17,6 @@ /* Copyright (C) Prikol Software 1996-1997 Copyright (C) Aleksey Volynskov 1996-1997 - Copyright (C) 2011 This file is part of the Doom2D:Rembo project. @@ -36,6 +35,9 @@ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#ifndef MAP_H_INCLUDED +#define MAP_H_INCLUDED + #pragma pack(1) /* Старый формат - версия 1.04 alpha (и раньше) @@ -174,4 +176,4 @@ typedef struct{ #pragma pack() -/* КОНЕЦ */ +#endif /* MAP_H_INCLUDED */