src/track_func.h
changeset 8599 b609cdeeff3f
parent 8598 14ae80fe4c8f
child 8604 8afdd9877afd
equal deleted inserted replaced
8598:14ae80fe4c8f 8599:b609cdeeff3f
   512 static inline bool IsStraightRoadTrackdir(Trackdir dir)
   512 static inline bool IsStraightRoadTrackdir(Trackdir dir)
   513 {
   513 {
   514 	return (dir & 0x06) == 0;
   514 	return (dir & 0x06) == 0;
   515 }
   515 }
   516 
   516 
   517 #endif /* RAIL_H */
   517 #endif /* TRACK_FUNC_H */