diff options
Diffstat (limited to 'app/bin/ctrain.h')
| -rw-r--r-- | app/bin/ctrain.h | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/app/bin/ctrain.h b/app/bin/ctrain.h index 0e06332..a0d324a 100644 --- a/app/bin/ctrain.h +++ b/app/bin/ctrain.h @@ -62,7 +62,10 @@ void CarItemSetLocoMaster( carItem_p, BOOL_T );  void CarItemSetTrack( carItem_p, track_p );  void CarItemPlace( carItem_p, traverseTrack_p, DIST_T * );  void CarItemDraw( drawCmd_p, carItem_p, wDrawColor, int, BOOL_T, vector_t *, -                  BOOL_T, track_p ); +#ifdef CAR_CLEARANCE +                  BOOL_T, +#endif +                  track_p );  BOOL_T WriteCars( FILE * );  void ClearCars( void );  | 
