summaryrefslogtreecommitdiff
path: root/src/i_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_system.h')
-rw-r--r--src/i_system.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/i_system.h b/src/i_system.h
index 482ee669..000c6025 100644
--- a/src/i_system.h
+++ b/src/i_system.h
@@ -80,5 +80,10 @@ void I_AtExit(atexit_func_t func, boolean run_if_error);
void I_BindVariables(void);
+// Display the Endoom screen on shutdown. Pass a pointer to the
+// ENDOOM lump.
+
+void I_Endoom(byte *data);
+
#endif