(svn r13370) -Codechange: move the VARDEF stuff from openttd.h to variables.h so one doesn't need to include openttd.h before variables.h.
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
#ifndef VARIABLES_H
|
||||
#define VARIABLES_H
|
||||
|
||||
#ifndef VARDEF
|
||||
#define VARDEF extern
|
||||
#endif
|
||||
|
||||
/* Amount of game ticks */
|
||||
VARDEF uint16 _tick_counter;
|
||||
|
||||
|
Reference in New Issue
Block a user