DEADSOFTWARE

map: use streams for map loader
[flatwaifu.git] / src / map.h
index 9aa0b451779061c164cb6b711b1ce315c07006dd..d661b366ae639002e8b7cd97f51508f89deffe49 100644 (file)
--- a/src/map.h
+++ b/src/map.h
@@ -1,6 +1,26 @@
+/* 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
 
+#include "common/streams.h"
+
+int MAP_load (Reader *r);
 void F_loadmap (char n[8]);
 
 #endif /* MAP_H_INCLUDED */