(svn r2664) Remove depedency on player.h from variables.h

This commit is contained in:
tron
2005-07-21 19:36:43 +00:00
parent b0779b4b65
commit 8b05455903
13 changed files with 18 additions and 9 deletions

View File

@@ -2,6 +2,7 @@
#include "openttd.h"
#include "table/sprites.h"
#include "table/strings.h"
#include "player.h"
#include "tile.h"
#include "window.h"
#include "gui.h"