summaryrefslogtreecommitdiff
path: root/src/deh_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/deh_io.h')
-rw-r--r--src/deh_io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/deh_io.h b/src/deh_io.h
index 061a5a0e..9d22b360 100644
--- a/src/deh_io.h
+++ b/src/deh_io.h
@@ -30,6 +30,7 @@
#include "deh_defs.h"
deh_context_t *DEH_OpenFile(char *filename);
+deh_context_t *DEH_OpenLump(int lumpnum);
void DEH_CloseFile(deh_context_t *context);
int DEH_GetChar(deh_context_t *context);
char *DEH_ReadLine(deh_context_t *context);