summaryrefslogtreecommitdiff
path: root/src/date_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-07-19 17:24:33 +0000
committerrubidium <rubidium@openttd.org>2010-07-19 17:24:33 +0000
commit644deff9d2939f49d7a4d22c1168ba3f46e98dfa (patch)
tree3554d097da4f07e97c455d615c78b8e0280ed680 /src/date_func.h
parent73527b7b4506cb7f34ac44a1fbcfbc200c320dbd (diff)
downloadopenttd-644deff9d2939f49d7a4d22c1168ba3f46e98dfa.tar.xz
(svn r20191) -Codechange: unVARDEF _tick_counter and move it to a more logical location
Diffstat (limited to 'src/date_func.h')
-rw-r--r--src/date_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/date_func.h b/src/date_func.h
index 217ac2f1b..43c858379 100644
--- a/src/date_func.h
+++ b/src/date_func.h
@@ -18,6 +18,7 @@ extern Year _cur_year;
extern Month _cur_month;
extern Date _date;
extern DateFract _date_fract;
+extern uint16 _tick_counter;
void SetDate(Date date);
void ConvertDateToYMD(Date date, YearMonthDay *ymd);