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
commite53c4db866021b07baace56f999be93920cd0f19 (patch)
tree29fd622967555974430109d40525b6a56175d6c2 /gfx.c
parent284d9ed7fb9704f043220414efe0886aa2fa158e (diff)
downloadopenttd-e53c4db866021b07baace56f999be93920cd0f19.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"