summaryrefslogtreecommitdiff
path: root/inc/common/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/common/common.h')
-rw-r--r--inc/common/common.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/inc/common/common.h b/inc/common/common.h
index 9786323..9094d5f 100644
--- a/inc/common/common.h
+++ b/inc/common/common.h
@@ -169,14 +169,12 @@ extern unsigned time_after_ref;
extern const char com_version_string[];
+extern unsigned com_framenum;
extern unsigned com_eventTime; // system time of the last event
extern unsigned com_localTime; // milliseconds since Q2 startup
-extern unsigned com_framenum;
extern qboolean com_initialized;
extern time_t com_startTime;
-extern qhandle_t com_logFile;
-
extern const char *const colorNames[10];
void Qcommon_Init(int argc, char **argv);