X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fmap.h;h=e630ff023afc993c6114e9adb45661c2ddd47b39;hb=555a6c929ea8739502282844e6253b3326cb6e2f;hp=05d18164093ab18cdc79495885562aa1d20afee6;hpb=a2115940e7643dcb1b87286f3d19fe95f7b79bd3;p=flatwaifu.git diff --git a/src/map.h b/src/map.h index 05d1816..e630ff0 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,7 +35,8 @@ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#pragma pack(1) +#ifndef MAP_H_INCLUDED +#define MAP_H_INCLUDED /* Старый формат - версия 1.04 alpha (и раньше) @@ -172,6 +172,4 @@ typedef struct{ #define LAST_MAP_VER 2 // Самая последняя версия карты -#pragma pack() - -/* КОНЕЦ */ +#endif /* MAP_H_INCLUDED */