[Gcblue-commits] gcb_wx/include/common simmath.h,1.7,1.8
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@pr...> - 2004-02-01 22:21:05
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11210/include/common Modified Files: simmath.h Log Message: Index: simmath.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/simmath.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** simmath.h 20 Jan 2004 03:02:52 -0000 1.7 --- simmath.h 1 Feb 2004 22:19:08 -0000 1.8 *************** *** 66,69 **** --- 66,70 ---- void Set(float x1,float x2,float y1,float y2); void ApplyBounds(tcGeoRect& r); + bool operator==(const tcGeoRect& r); }; |