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
commit204d08140a625a00b4385abf9d70e316f6500fe6 (patch)
treeb7cf31527cfc912609ea2ea084a31562ed7b3081 /player_gui.c
parent77d26759e3e4f0ada2298d8e89e64380592537d1 (diff)
downloadopenttd-204d08140a625a00b4385abf9d70e316f6500fe6.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"