summaryrefslogtreecommitdiff
path: root/gfx.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-21 19:36:43 +0000
committertron <tron@openttd.org>2005-07-21 19:36:43 +0000
commit8b05455903ba474562a4df9d0727427302ea93b5 (patch)
tree29fd622967555974430109d40525b6a56175d6c2 /gfx.c
parentb0779b4b658e0443c6491d6819a240b718fe5ad4 (diff)
downloadopenttd-8b05455903ba474562a4df9d0727427302ea93b5.tar.xz
(svn r2664) Remove depedency on player.h from variables.h
Diffstat (limited to 'gfx.c')
-rw-r--r--gfx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx.c b/gfx.c
index 57e655c8b..22ff3f943 100644
--- a/gfx.c
+++ b/gfx.c
@@ -1,5 +1,6 @@
#include "stdafx.h"
#include "openttd.h"
+#include "player.h"
#include "spritecache.h"
#include "strings.h"
#include "string.h"