summaryrefslogtreecommitdiffstats
path: root/osdep/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/timer.h')
-rw-r--r--osdep/timer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/osdep/timer.h b/osdep/timer.h
index efda23ad6c..1e181650c1 100644
--- a/osdep/timer.h
+++ b/osdep/timer.h
@@ -1,6 +1,8 @@
#ifndef __TIMER_H
#define __TIMER_H
+extern const char *timer_name;
+
void InitTimer();
unsigned int GetTimer();
unsigned int GetTimerMS();