[Gcblue-commits] gcb_wx/include/scriptinterface tcPlatformInterface.h,1.13,1.14
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@pr...> - 2004-02-02 01:23:35
|
Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1681/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.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** tcPlatformInterface.h 1 Feb 2004 22:19:08 -0000 1.13 --- tcPlatformInterface.h 2 Feb 2004 01:21:37 -0000 1.14 *************** *** 121,125 **** // target commands ! void SetTarget(long anID) {mpPlatformObj->mcAI.SetTarget(anID);} long GetTarget(void) {return mpPlatformObj->mcAI.GetTarget();} float GetRangeToTarget(void); --- 121,125 ---- // target commands ! void SetTarget(long anID) {mpPlatformObj->DesignateTarget(anID);} long GetTarget(void) {return mpPlatformObj->mcAI.GetTarget();} float GetRangeToTarget(void); |