summaryrefslogtreecommitdiff
path: root/src/i_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_video.h')
-rw-r--r--src/i_video.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i_video.h b/src/i_video.h
index 07c2842b..5af31e92 100644
--- a/src/i_video.h
+++ b/src/i_video.h
@@ -112,6 +112,10 @@ void I_StartFrame (void);
void I_StartTic (void);
+// Enable the loading disk image displayed when reading from disk.
+
+void I_EnableLoadingDisk(void);
+
extern char *video_driver;
extern boolean screenvisible;
extern float mouse_acceleration;