[Gcblue-commits] gcb_wx/include/common simmath.h,1.10,1.11
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-04-09 03:21:21
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12869/include/common Modified Files: simmath.h Log Message: multiplayer related changes Index: simmath.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/simmath.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** simmath.h 3 Apr 2004 15:39:31 -0000 1.10 --- simmath.h 9 Apr 2004 03:08:07 -0000 1.11 *************** *** 31,34 **** --- 31,35 ---- #include "gctypes.h" #include "tcDatabaseObject.h" + #include <sstream> #ifndef UINT8 *************** *** 178,181 **** --- 179,184 ---- void GetInterceptData3D(const tcTrack& track, float& rfHeading_rad, float& rfClimbAngle_rad, float& rfTimeToIntercept, float& rfRange_rad); + void LoadFromStream(std::stringstream& buffer); + void SaveToStream(std::stringstream& buffer); void Serialize(tcFile& file, bool abLoad); void SetRelativeGeo(tsGeoPoint& rpGeoPoint, float afBearing_rad, float afRange_km); |