diff -r f75489896084 -r c2a05fa925a1 misc.h --- a/misc.h Tue Jan 03 09:44:41 2006 +0000 +++ b/misc.h Fri Dec 08 20:18:56 2006 +0000 @@ -10,11 +10,13 @@ ///////////////////////////////////////////////////////////////////////////// QString qpointToString (const QPoint &p); +QString qpointfToString (const QPointF &p); extern ostream &operator<< (ostream &stream, QPoint const &p); -float getAngle(const QPoint &); -QPoint normalise (const QPoint &); +extern ostream &operator<< (ostream &stream, QPointF const &p); +qreal getAngle(const QPointF &); +QPointF normalise (const QPointF &); QString quotemeta(const QString&); -int max (int,int); +qreal max (qreal,qreal); class BranchObj; class MapEditor;