X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Ftrainproperties.h;h=89b6e94eb7311d427ec22fb60300435eba845828;hb=36beacc579d3132642ed4d98ce5a6d99842b5812;hp=de0d8a8ff592ebf227f1c3f6f002c5e096d88edd;hpb=9462461b00b65c0018114802cfba8f290d6b2d42;p=r2c2.git diff --git a/source/engineer/trainproperties.h b/source/engineer/trainproperties.h index de0d8a8..89b6e94 100644 --- a/source/engineer/trainproperties.h +++ b/source/engineer/trainproperties.h @@ -1,14 +1,16 @@ #ifndef TRAINPROPERTIES_H_ #define TRAINPROPERTIES_H_ +#include #include +#include class TrainProperties: public Msp::GLtk::Panel { public: - TrainProperties(Msp::GLtk::Resources &, Train &); + TrainProperties(Msp::GLtk::Resources &, Marklin::Train &); private: - Train &train; + Marklin::Train &train; Msp::GLtk::Entry *ent_id; Msp::GLtk::Entry *ent_name; };