forked from mirror/OpenTTD
(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,10 +5,6 @@
|
||||
#ifndef OPENTTD_H
|
||||
#define OPENTTD_H
|
||||
|
||||
#ifndef VARDEF
|
||||
#define VARDEF extern
|
||||
#endif
|
||||
|
||||
enum GameModes {
|
||||
GM_MENU,
|
||||
GM_NORMAL,
|
||||
|
Reference in New Issue
Block a user