[Gcblue-commits] gcb_wx/include/scriptinterface tcPlatformInterface.h,1.46,1.47
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-12-08 23:28:08
|
Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29232/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.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** tcPlatformInterface.h 27 Nov 2005 22:21:28 -0000 1.46 --- tcPlatformInterface.h 8 Dec 2005 23:27:55 -0000 1.47 *************** *** 246,249 **** --- 246,251 ---- /// edits existing navigation waypoint void EditNavWaypoint(size_t idx, float afLon_rad, float afLat_rad); + /// @return idx of current waypoint + unsigned int GetCurrentWaypoint() const; /// true to loop through waypoints indefinitely void SetNavLoopState(bool state); |