From 830565514c380c7d6f97be169d9388f8f5bd860e Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 13 Feb 2005 11:18:02 +0000 Subject: (svn r1867) Include tables/sprites.h only in files which need it --- player_gui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'player_gui.c') 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" -- cgit v1.2.3-54-g00ecf