summaryrefslogtreecommitdiff
path: root/source/com_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/com_local.h')
-rw-r--r--source/com_local.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/com_local.h b/source/com_local.h
index d940aac..2513758 100644
--- a/source/com_local.h
+++ b/source/com_local.h
@@ -488,6 +488,10 @@ extern time_t com_startTime;
extern fileHandle_t com_logFile;
+#if USE_CLIENT || USE_MVD_CLIENT || USE_MVD_SERVER
+extern const cmd_option_t o_record[];
+#endif
+
void Qcommon_Init( int argc, char **argv );
void Qcommon_Frame( void );
void Qcommon_Shutdown( qboolean fatalError );