DEADSOFTWARE

portability: avoid errors on some compilers
[flatwaifu.git] / src / map.h
index d661b366ae639002e8b7cd97f51508f89deffe49..3b0ff10e337ee69b7bb701d2074c77a57550583e 100644 (file)
--- a/src/map.h
+++ b/src/map.h
@@ -20,7 +20,6 @@
 
 #include "common/streams.h"
 
-int MAP_load (Reader *r);
-void F_loadmap (char n[8]);
+int MAP_load (Stream *r);
 
 #endif /* MAP_H_INCLUDED */