]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/trainproperties.h
More code for TrainProperties
[r2c2.git] / source / engineer / trainproperties.h
index de0d8a8ff592ebf227f1c3f6f002c5e096d88edd..89b6e94eb7311d427ec22fb60300435eba845828 100644 (file)
@@ -1,14 +1,16 @@
 #ifndef TRAINPROPERTIES_H_
 #define TRAINPROPERTIES_H_
 
+#include <msp/gltk/entry.h>
 #include <msp/gltk/panel.h>
+#include <libmarklin/train.h>
 
 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;
 };