1.1 --- a/misc.h Tue Jan 03 09:44:41 2006 +0000
1.2 +++ b/misc.h Fri Dec 29 13:52:17 2006 +0000
1.3 @@ -10,11 +10,13 @@
1.4
1.5 /////////////////////////////////////////////////////////////////////////////
1.6 QString qpointToString (const QPoint &p);
1.7 +QString qpointfToString (const QPointF &p);
1.8 extern ostream &operator<< (ostream &stream, QPoint const &p);
1.9 -float getAngle(const QPoint &);
1.10 -QPoint normalise (const QPoint &);
1.11 +extern ostream &operator<< (ostream &stream, QPointF const &p);
1.12 +qreal getAngle(const QPointF &);
1.13 +QPointF normalise (const QPointF &);
1.14 QString quotemeta(const QString&);
1.15 -int max (int,int);
1.16 +qreal max (qreal,qreal);
1.17 class BranchObj;
1.18 class MapEditor;
1.19