From 8a5bebb2b8946eee675c7fee4f7448d5d42e71b6 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Tue, 25 Mar 2008 22:12:45 +0000 Subject: Major overhaul of the selector tool's internals to improve handling of transformations, origins and snapping, for both visual and geometric bounding boxes (see for example bug #174046 in Launchpad) (bzr r5189) --- src/mod360.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mod360.h') diff --git a/src/mod360.h b/src/mod360.h index 378efab4b..15e006dd7 100644 --- a/src/mod360.h +++ b/src/mod360.h @@ -2,6 +2,7 @@ #define SEEN_MOD360_H double mod360(double const x); +double mod360symm (double const x); #endif /* !SEEN_MOD360_H */ -- cgit v1.2.3