[Gcblue-commits] gcb_wx/include/common simmath.h,1.6,1.6.2.1 tcOptions.h,1.4,1.4.2.1
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@us...> - 2004-02-17 14:35:55
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32097/include/common Modified Files: Tag: v0_5_0 simmath.h tcOptions.h Log Message: Index: simmath.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/simmath.h,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -C2 -d -r1.6 -r1.6.2.1 *** simmath.h 8 Jan 2004 23:54:26 -0000 1.6 --- simmath.h 17 Feb 2004 14:27:00 -0000 1.6.2.1 *************** *** 66,69 **** --- 66,70 ---- void Set(float x1,float x2,float y1,float y2); void ApplyBounds(tcGeoRect& r); + bool operator==(const tcGeoRect& r); }; Index: tcOptions.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcOptions.h,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -C2 -d -r1.4 -r1.4.2.1 *** tcOptions.h 9 Dec 2003 00:36:03 -0000 1.4 --- tcOptions.h 17 Feb 2004 14:27:00 -0000 1.4.2.1 *************** *** 56,59 **** --- 56,60 ---- int debugLevel; int renderSkipCount; ///< used to skip rendering of some 2D windows to improve frame rate + int graphicsDetail; tsOptionInfo maOptionInfo[N_OPTIONS]; int mnNumOptions; |