3 This file is part of R²C²
4 Copyright © 2009 Mikkosoft Productions, Mikko Rasa
5 Distributed under the GPL
11 #include <msp/gltk/dropdown.h>
12 #include "libr2c2/train.h"
17 class RouteSelect: public Dialog
22 Msp::GLtk::Dropdown *drp_route;
25 RouteSelect(Engineer &, R2C2::Train &);
27 virtual void on_ok_clicked();