DEADSOFTWARE

headers describes that c-files implements
[flatwaifu.git] / src / map.h
index 05d18164093ab18cdc79495885562aa1d20afee6..e0afb717c85072f27cc39ef43eabc7d8caed93d9 100644 (file)
--- 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) <ARembo@gmail.com> 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 */