]> git.tdb.fi Git - r2c2.git/blobdiff - source/remote/remote.h
Add missing files
[r2c2.git] / source / remote / remote.h
index 0d6d413d2e2db93ff38a6874a1cbfba1c9f34797..14e9ef6543c278cdb4aa7ba16ae56f2acf80f933 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of R²C²
-Copyright © 2009-2010  Mikkosoft Productions, Mikko Rasa
+Copyright © 2009-2011  Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
 
@@ -14,6 +14,7 @@ Distributed under the GPL
 #include <msp/core/application.h>
 #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<TrainPanel *> train_panels;
 
        static Msp::Application::RegApp<Remote> reg;