(svn r5614) Move a type declaration to its only user

This commit is contained in:
tron
2006-07-26 08:41:14 +00:00
parent 16bf3e35cd
commit 0973dc78cd
2 changed files with 1 additions and 1 deletions

View File

@@ -242,7 +242,6 @@ struct Vehicle {
#define IS_CUSTOM_FIRSTHEAD_SPRITE(x) (x == 0xFD)
#define IS_CUSTOM_SECONDHEAD_SPRITE(x) (x == 0xFE)
typedef void VehicleTickProc(Vehicle *v);
typedef void *VehicleFromPosProc(Vehicle *v, void *data);
void VehicleServiceInDepot(Vehicle *v);