[Gcblue-commits] gcb_wx/include/scriptinterface tcPlatformInterface.h,1.8,1.9
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@us...> - 2004-01-03 00:45:17
|
Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface In directory sc8-pr-cvs1:/tmp/cvs-serv548/include/scriptinterface Modified Files: tcPlatformInterface.h Log Message: briefing camera features Index: tcPlatformInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcPlatformInterface.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** tcPlatformInterface.h 8 Dec 2003 03:06:36 -0000 1.8 --- tcPlatformInterface.h 3 Jan 2004 00:45:12 -0000 1.9 *************** *** 123,127 **** void SendDatumToLauncher(float afLon_rad, float afLat_rad, int anLauncher); bool HandoffTargetToLauncher(int anLauncher); ! void Launch(int anLauncher); std::string GetLauncherWeaponName(int anLauncher); int GetLauncherQuantity(int anLauncher); --- 123,127 ---- void SendDatumToLauncher(float afLon_rad, float afLat_rad, int anLauncher); bool HandoffTargetToLauncher(int anLauncher); ! void Launch(int anLauncher, int quantity); std::string GetLauncherWeaponName(int anLauncher); int GetLauncherQuantity(int anLauncher); |