(svn r20191) -Codechange: unVARDEF _tick_counter and move it to a more logical location

This commit is contained in:
rubidium
2010-07-19 17:24:33 +00:00
parent 60b93f5c69
commit 6ef7b78c8b
7 changed files with 6 additions and 4 deletions

View File

@@ -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);