(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:
rubidium
2008-06-03 08:06:58 +00:00
parent abf2b0efc3
commit 1ddfdda02c
3 changed files with 4 additions and 6 deletions

View File

@@ -5,10 +5,6 @@
#ifndef OPENTTD_H
#define OPENTTD_H
#ifndef VARDEF
#define VARDEF extern
#endif
enum GameModes {
GM_MENU,
GM_NORMAL,