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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i_system.h b/src/i_system.h
index 71729357..a5e06a50 100644
--- a/src/i_system.h
+++ b/src/i_system.h
@@ -41,6 +41,8 @@ void I_Init (void);
// for the zone management.
byte* I_ZoneBase (int *size);
+boolean I_ConsoleStdout(void);
+
// Called by D_DoomLoop,
// called before processing any tics in a frame
@@ -86,3 +88,4 @@ void I_Error (char *error, ...);
#endif
+