[Gcblue-commits] gcb_wx/include/scriptinterface tcPlatformInterface.h,1.32,1.33
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-02-20 18:20:58
|
Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23561/include/scriptinterface Modified Files: tcPlatformInterface.h Log Message: Parallel ai update Index: tcPlatformInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcPlatformInterface.h,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** tcPlatformInterface.h 18 Feb 2005 17:41:36 -0000 1.32 --- tcPlatformInterface.h 20 Feb 2005 18:20:18 -0000 1.33 *************** *** 184,190 **** // target commands /// set target for platform ! void SetTarget(long anID) {mpPlatformObj->DesignateTarget(anID);} /// get platform target, -1 for no target ! long GetTarget() {return mpPlatformObj->mcAI.GetTarget();} /// get range to target in km float GetRangeToTarget(); --- 184,190 ---- // target commands /// set target for platform ! void SetTarget(long anID); /// get platform target, -1 for no target ! long GetTarget(); /// get range to target in km float GetRangeToTarget(); |