summaryrefslogtreecommitdiff
path: root/player_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-13 11:18:02 +0000
committertron <tron@openttd.org>2005-02-13 11:18:02 +0000
commit830565514c380c7d6f97be169d9388f8f5bd860e (patch)
treeb7cf31527cfc912609ea2ea084a31562ed7b3081 /player_gui.c
parent563eac90ca20eddd6d359142af36e7387660dff5 (diff)
downloadopenttd-830565514c380c7d6f97be169d9388f8f5bd860e.tar.xz
(svn r1867) Include tables/sprites.h only in files which need it
Diffstat (limited to 'player_gui.c')
-rw-r--r--player_gui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/player_gui.c b/player_gui.c
index dbe25ea34..c4910b327 100644
--- a/player_gui.c
+++ b/player_gui.c
@@ -1,5 +1,6 @@
#include "stdafx.h"
#include "ttd.h"
+#include "table/sprites.h"
#include "table/strings.h"
#include "window.h"
#include "gui.h"