X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fremote%2Fremote.h;h=a4bfc428e7ed467797e90b59414ded97baf2a367;hb=2fe7cbcb761487bc7409b93b372da6f8ab3c581e;hp=4599a139af32989b2c0c4212168c8d15694cac29;hpb=e95240551e3c34d2fb21e99c358fa5922a2060c9;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;