(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

1
gfx.c
View File

@@ -1,5 +1,6 @@
#include "stdafx.h"
#include "openttd.h"
#include "player.h"
#include "spritecache.h"
#include "strings.h"
#include "string.h"