(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 677ecc624c
commit 9900f3d871
2 changed files with 1 additions and 1 deletions

View File

@@ -593,6 +593,7 @@ void VehicleEnteredDepotThisTick(Vehicle *v)
}
}
typedef void VehicleTickProc(Vehicle*);
static VehicleTickProc* _vehicle_tick_procs[] = {
Train_Tick,
RoadVeh_Tick,