aboutsummaryrefslogtreecommitdiff
path: root/client/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/time.h')
-rw-r--r--client/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/time.h b/client/time.h
index a989c5c..130f91a 100644
--- a/client/time.h
+++ b/client/time.h
@@ -6,6 +6,7 @@ extern unsigned long g_w2_client_timers[W2_CLIENT_TIMER_COUNT];
typedef enum {
W2_TIMER_PING = 0,
W2_TIMER_UPDATE = 1,
+ W2_TIMER_INFO = 2,
} w2_e_client_timers;
void w2_timer_start(w2_e_client_timers label);