DEADSOFTWARE

portability: avoid errors on some compilers
[flatwaifu.git] / src / map.h
index 9aa0b451779061c164cb6b711b1ce315c07006dd..3b0ff10e337ee69b7bb701d2074c77a57550583e 100644 (file)
--- a/src/map.h
+++ b/src/map.h
@@ -1,6 +1,25 @@
+/* Copyright (C) 1996-1997 Aleksey Volynskov
+ * Copyright (C) 2011 Rambo
+ * Copyright (C) 2020 SovietPony
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, version 3 of the License ONLY.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef MAP_H_INCLUDED
 #define MAP_H_INCLUDED
 
-void F_loadmap (char n[8]);
+#include "common/streams.h"
+
+int MAP_load (Stream *r);
 
 #endif /* MAP_H_INCLUDED */