DEADSOFTWARE

files: move wad reader to separete implementation
[flatwaifu.git] / src / map.h
index 15cfdd38541764e6ba293f25f5120449f19bd64b..4e1470652445a3e5c886266d994ab88bb3c57c6c 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 (Reader *r);
 
 #endif /* MAP_H_INCLUDED */