[Gcblue-commits] gcb_wx/include/scriptinterface tcPlatformInterface.h,1.20,1.21
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-07-18 03:18:09
|
Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11624/include/scriptinterface Modified Files: tcPlatformInterface.h Log Message: Index: tcPlatformInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcPlatformInterface.h,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** tcPlatformInterface.h 24 May 2004 00:14:45 -0000 1.20 --- tcPlatformInterface.h 18 Jul 2004 03:18:00 -0000 1.21 *************** *** 258,261 **** --- 258,262 ---- bool HasFlightPort(void); tcFlightPortInterface GetFlightPortInfo(void); + tcTrack GetLandingData(long id); int GetLandingState(); void SetLandingState(int state); |