(svn r4901) - Codechange: change 'SpriteGroup *' to 'struct SpriteGroup *' within StationSpec and GRFFile struct declarations. Now only code which actually references those pointers needs to know about the SpriteGroup struct. Remove some unnecessary lingering header dependencies.

This commit is contained in:
peter1138
2006-05-17 21:26:12 +00:00
parent 220342c27c
commit 0194a3da1e
5 changed files with 3 additions and 11 deletions

View File

@@ -6,7 +6,6 @@
/** @file engine.h
*/
#include "sprite.h"
#include "pool.h"
typedef struct RailVehicleInfo {