DEADSOFTWARE

streams: use single stram object for read and write
[flatwaifu.git] / src / map.h
index 4e1470652445a3e5c886266d994ab88bb3c57c6c..3b0ff10e337ee69b7bb701d2074c77a57550583e 100644 (file)
--- a/src/map.h
+++ b/src/map.h
@@ -20,6 +20,6 @@
 
 #include "common/streams.h"
 
-int MAP_load (Reader *r);
+int MAP_load (Stream *r);
 
 #endif /* MAP_H_INCLUDED */