X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Ftrainpanel.h;h=ba65fb886f351afeed2b03790e4e8527318a224c;hb=34f8bf04e4bdffefeceea59b186386b51c542b9d;hp=87803ec348bf94cc4f3d7ea6a4c3615a5c1a67c5;hpb=e8d06e16ab1679eb87e21cbfa788eea02144927d;p=r2c2.git diff --git a/source/engineer/trainpanel.h b/source/engineer/trainpanel.h index 87803ec..ba65fb8 100644 --- a/source/engineer/trainpanel.h +++ b/source/engineer/trainpanel.h @@ -16,6 +16,7 @@ Distributed under the GPL #include #include "libr2c2/route.h" #include "libr2c2/train.h" +#include "libr2c2/trainstatus.h" class Engineer; @@ -24,6 +25,7 @@ class TrainPanel: public Msp::GLtk::Panel, public sigc::trackable private: Engineer &engineer; R2C2::Train &train; + R2C2::TrainStatus status; Msp::GLtk::Panel *pnl_basic; Msp::GLtk::Panel *pnl_extra; Msp::GLtk::Button *btn_expand;