X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fremote%2Fremote.h;h=a4bfc428e7ed467797e90b59414ded97baf2a367;hb=d27edb207810f0b4e44be8c3632d421faa5fed80;hp=4599a139af32989b2c0c4212168c8d15694cac29;hpb=010d8321e982d1684fcbff5bf6fc2bdec7cb7bae;p=r2c2.git diff --git a/source/remote/remote.h b/source/remote/remote.h index 4599a13..a4bfc42 100644 --- a/source/remote/remote.h +++ b/source/remote/remote.h @@ -14,6 +14,8 @@ Distributed under the GPL #include #include "network/client.h" +class TrainPanel; + class Remote: public Msp::Application { private: @@ -23,6 +25,7 @@ private: Gtk::Main gtk; Gtk::Window window; Gtk::Box *train_box; + std::vector train_panels; static Msp::Application::RegApp reg;