src/rail.h
changeset 8035 a0200ced6d9f
parent 7892 af0701f35fdf
child 8097 68eefbb4ff46
equal deleted inserted replaced
8034:0f6a176ce1e9 8035:a0200ced6d9f
   776 	 * than 2 tracks, they will surely overlap. When there are two, they will
   776 	 * than 2 tracks, they will surely overlap. When there are two, they will
   777 	 * always overlap unless they are lower & upper or right & left. */
   777 	 * always overlap unless they are lower & upper or right & left. */
   778 	return bits != TRACK_BIT_HORZ && bits != TRACK_BIT_VERT;
   778 	return bits != TRACK_BIT_HORZ && bits != TRACK_BIT_VERT;
   779 }
   779 }
   780 
   780 
       
   781 void *UpdateTrainPowerProc(Vehicle *v, void *data);
   781 void DrawTrainDepotSprite(int x, int y, int image, RailType railtype);
   782 void DrawTrainDepotSprite(int x, int y, int image, RailType railtype);
   782 void DrawDefaultWaypointSprite(int x, int y, RailType railtype);
   783 void DrawDefaultWaypointSprite(int x, int y, RailType railtype);
   783 
   784 
   784 /**
   785 /**
   785  * Draws overhead wires and pylons for electric railways.
   786  * Draws overhead wires and pylons for electric railways.