X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Ftrainpanel.h;h=406e1a66fce4440110bb2420a58b7b0905cd9217;hb=54392d65e2053d1eacb4cfcc435f1013993f2973;hp=87803ec348bf94cc4f3d7ea6a4c3615a5c1a67c5;hpb=d3a7a9e9ad694d52ccca8b6038501772fdc1dfd5;p=r2c2.git diff --git a/source/engineer/trainpanel.h b/source/engineer/trainpanel.h index 87803ec..406e1a6 100644 --- a/source/engineer/trainpanel.h +++ b/source/engineer/trainpanel.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef TRAINPANEL_H_ #define TRAINPANEL_H_ @@ -16,6 +9,7 @@ Distributed under the GPL #include #include "libr2c2/route.h" #include "libr2c2/train.h" +#include "libr2c2/trainstatus.h" class Engineer; @@ -24,6 +18,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;