summaryrefslogtreecommitdiff
path: root/src/strife/st_stuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/st_stuff.h')
-rw-r--r--src/strife/st_stuff.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/strife/st_stuff.h b/src/strife/st_stuff.h
index 31bd9764..0223108c 100644
--- a/src/strife/st_stuff.h
+++ b/src/strife/st_stuff.h
@@ -53,6 +53,11 @@ void ST_Ticker (void);
// Called by main loop.
void ST_Drawer (boolean fullscreen, boolean refresh);
+// haleyjd 09/01/10: [STRIFE] New function.
+// Called by main loop to draw external status bar bits.
+// Returns true if a popup is drawing.
+boolean ST_DrawExternal(void);
+
// Called when the console player is spawned on each level.
void ST_Start (void);