[Gcblue-commits] gcb_wx/include/scriptinterface tcFlightPortInterface.h, 1.12, 1.13
Status: Alpha
Brought to you by:
ddcforge
From: Dewitt C. <ddc...@us...> - 2006-12-13 02:11:04
|
Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv32556/include/scriptinterface Modified Files: tcFlightPortInterface.h Log Message: Interactive GUI icon for CAP station Index: tcFlightPortInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcFlightPortInterface.h,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** tcFlightPortInterface.h 24 Oct 2006 01:34:00 -0000 1.12 --- tcFlightPortInterface.h 13 Dec 2006 02:10:58 -0000 1.13 *************** *** 38,41 **** --- 38,42 ---- class tcSimState; class tcSoundConsole; + class tcMapOverlay; using namespace boost::python; *************** *** 109,115 **** tcFlightPortInterface(); virtual ~tcFlightPortInterface(); private: ! static tcSimState *mpSimState; ! static tcSoundConsole *mpConsole; char buff[128]; }; --- 110,120 ---- tcFlightPortInterface(); virtual ~tcFlightPortInterface(); + + static void AttachMapOverlay(tcMapOverlay* mo) {overlay = mo;} + private: ! static tcSimState* mpSimState; ! static tcSoundConsole* mpConsole; ! static tcMapOverlay* overlay; char buff[128]; }; |