X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fcommon%2Fwadres.h;h=b970dfba5fc44825bf3c62a0a8cf0845a89d9edb;hb=65130d9f6581e4bd39ceae50d820c9774e4972a9;hp=30ee85b8d21a21a2aaca53553b537c81ed3962ad;hpb=10bdd396f0cd0ff1fc0a504cd41949ff39937b30;p=flatwaifu.git diff --git a/src/common/wadres.h b/src/common/wadres.h index 30ee85b..b970dfb 100644 --- a/src/common/wadres.h +++ b/src/common/wadres.h @@ -6,13 +6,13 @@ #define MAX_WADS 20 #define MAX_RESOURCES 2000 -int WADRES_addwad (Reader *r); +int WADRES_addwad (Stream *r); int WADRES_rehash (void); int WADRES_find (const char name[8]); int WADRES_maxids (void); -Reader *WADRES_getbasereader (int id); +Stream *WADRES_getbasereader (int id); long WADRES_getoffset (int id); long WADRES_getsize (int id); void WADRES_getname (int id, char *name);