X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Fmainpanel.h;h=56dd49450a6e9eb0ffb754e43cc86864ac4f6328;hb=010d8321e982d1684fcbff5bf6fc2bdec7cb7bae;hp=3e58d12bdca29ba17c14986672fabafff0376d31;hpb=1d735b80482317fd930eb47ca255ab9f1f120a7d;p=r2c2.git diff --git a/source/engineer/mainpanel.h b/source/engineer/mainpanel.h index 3e58d12..56dd494 100644 --- a/source/engineer/mainpanel.h +++ b/source/engineer/mainpanel.h @@ -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