summaryrefslogtreecommitdiff
path: root/src/i_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_timer.h')
-rw-r--r--src/i_timer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i_timer.h b/src/i_timer.h
index 85816064..17390884 100644
--- a/src/i_timer.h
+++ b/src/i_timer.h
@@ -43,5 +43,8 @@ void I_Sleep(int ms);
// Initialise timer
void I_InitTimer(void);
+// Wait for vertical retrace or pause a bit.
+void I_WaitVBL(int count);
+
#endif