X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fremote%2Fremote.h;h=a9ab92b2c6f876973c4872ea7c21974e5bd6f16f;hb=fadc35133b1ebbd98af948c1fa529dcde6fddcfd;hp=0d6d413d2e2db93ff38a6874a1cbfba1c9f34797;hpb=1efb7d0debe9e6e9b480eb16381c1b90d0fb7d17;p=r2c2.git diff --git a/source/remote/remote.h b/source/remote/remote.h index 0d6d413..a9ab92b 100644 --- a/source/remote/remote.h +++ b/source/remote/remote.h @@ -14,6 +14,7 @@ Distributed under the GPL #include #include "network/client.h" +class MainPanel; class TrainPanel; class Remote: public Msp::Application @@ -24,7 +25,8 @@ private: R2C2::Client client; Gtk::Main gtk; Gtk::Window window; - Gtk::Box *train_box; + Gtk::Box *panel_box; + MainPanel *main_panel; std::vector train_panels; static Msp::Application::RegApp reg;