]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/mainpanel.h
Add networking library and a remote control program
[r2c2.git] / source / engineer / mainpanel.h
index 3e58d12bdca29ba17c14986672fabafff0376d31..56dd49450a6e9eb0ffb754e43cc86864ac4f6328 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #ifndef MAINPANEL_H_
 #define MAINPANEL_H_
 
@@ -24,6 +31,7 @@ private:
        void power_off();
        void new_loc();
        void quit();
+       void power_event(bool);
 };
 
 #endif