3 This file is part of the MSP Märklin suite
4 Copyright © 2009 Mikkosoft Productions, Mikko Rasa
5 Distributed under the GPL
11 #include <msp/gltk/dropdown.h>
12 #include "libmarklin/train.h"
17 class RouteSelect: public Dialog
21 Marklin::Train &train;
22 Msp::GLtk::Dropdown *drp_route;
25 RouteSelect(Engineer &, const Msp::GLtk::Resources &, Marklin::Train &);
27 virtual void on_ok_clicked();