summaryrefslogtreecommitdiff
path: root/src/i_system.h
diff options
context:
space:
mode:
authorSimon Howard2008-02-09 22:31:02 +0000
committerSimon Howard2008-02-09 22:31:02 +0000
commit9e165649eb624ece3a0509841016d5e5c3eb2ddf (patch)
tree0fde9ee0dbc83116f2ebdcec838d106f1cb63b53 /src/i_system.h
parent7577bb4156c0a75528a2901cf086c9c547467484 (diff)
downloadchocolate-doom-9e165649eb624ece3a0509841016d5e5c3eb2ddf.tar.gz
chocolate-doom-9e165649eb624ece3a0509841016d5e5c3eb2ddf.tar.bz2
chocolate-doom-9e165649eb624ece3a0509841016d5e5c3eb2ddf.zip
Fix up the R_Main startup progress dots. If stdout is a file, don't
display the surrounding box. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1069
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
+