summaryrefslogtreecommitdiff
path: root/src/hexen/h2def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/h2def.h')
-rw-r--r--src/hexen/h2def.h26
1 files changed, 1 insertions, 25 deletions
diff --git a/src/hexen/h2def.h b/src/hexen/h2def.h
index 416591aa..fa90f6dd 100644
--- a/src/hexen/h2def.h
+++ b/src/hexen/h2def.h
@@ -901,33 +901,9 @@ long LongSwap(long);
#endif
+#include "w_wad.h"
#include "z_zone.h"
-//-------
-//WADFILE
-//-------
-typedef struct
-{
- char name[8];
- int handle, position, size;
-} lumpinfo_t;
-
-extern lumpinfo_t *lumpinfo;
-extern int numlumps;
-
-void W_InitMultipleFiles(char **filenames);
-void W_OpenAuxiliary(char *filename);
-void W_CloseAuxiliaryFile(void);
-void W_CloseAuxiliary(void);
-void W_UsePrimary(void);
-void W_UseAuxiliary(void);
-int W_CheckNumForName(char *name);
-int W_GetNumForName(char *name);
-int W_LumpLength(int lump);
-void W_ReadLump(int lump, void *dest);
-void *W_CacheLumpNum(int lump, int tag);
-void *W_CacheLumpName(char *name, int tag);
-
//----------
//BASE LEVEL
//----------