]> git.tdb.fi Git - r2c2.git/blobdiff - source/remote/remote.h
Export routes over network
[r2c2.git] / source / remote / remote.h
index 4599a139af32989b2c0c4212168c8d15694cac29..a4bfc428e7ed467797e90b59414ded97baf2a367 100644 (file)
@@ -14,6 +14,8 @@ Distributed under the GPL
 #include <msp/core/application.h>
 #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<TrainPanel *> train_panels;
 
        static Msp::Application::RegApp<Remote> reg;