DEADSOFTWARE

portability: avoid errors on some compilers
[flatwaifu.git] / src / map.h
index 15cfdd38541764e6ba293f25f5120449f19bd64b..3b0ff10e337ee69b7bb701d2074c77a57550583e 100644 (file)
--- a/src/map.h
+++ b/src/map.h
@@ -18,6 +18,8 @@
 #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 */