feat(travel): Refactor route handling to use direction instead of destination
This commit is contained in:
2
main/external/mtr/line_info.h
vendored
2
main/external/mtr/line_info.h
vendored
@@ -35,6 +35,8 @@ public:
|
||||
return &_stations;
|
||||
}
|
||||
|
||||
const char* get_station_name(const std::string& station_code) const;
|
||||
|
||||
friend class MTRNextTrainHandler;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user