(svn r1867) Include tables/sprites.h only in files which need it

This commit is contained in:
tron
2005-02-13 11:18:02 +00:00
parent 563eac90ca
commit 830565514c
22 changed files with 21 additions and 4 deletions

4
ttd.h
View File

@@ -1,10 +1,6 @@
#ifndef TTD_H
#define TTD_H
// FIXME: Include only where really needed.
// include sprites
#include "table/sprites.h"
#ifndef VARDEF
#define VARDEF extern
#endif