summaryrefslogtreecommitdiffstats
path: root/src/libavoid/visibility.h
diff options
context:
space:
mode:
authorSylvain Chiron <chironsylvain@orange.fr>2017-07-01 11:36:41 +0000
committerSylvain Chiron <chironsylvain@orange.fr>2017-07-01 11:36:41 +0000
commitfd733201b82f39655488a286c89142f321ef9dc9 (patch)
treea12c70f213414f69467f666619b1552103f6370e /src/libavoid/visibility.h
parentHackfest icon work: restore selected menu icons and make theming easier (diff)
downloadinkscape-fd733201b82f39655488a286c89142f321ef9dc9.tar.gz
inkscape-fd733201b82f39655488a286c89142f321ef9dc9.zip
Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; changed the code to match the new API
Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
Diffstat (limited to 'src/libavoid/visibility.h')
-rw-r--r--src/libavoid/visibility.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/libavoid/visibility.h b/src/libavoid/visibility.h
index 92e56d922..771d5f5f3 100644
--- a/src/libavoid/visibility.h
+++ b/src/libavoid/visibility.h
@@ -19,32 +19,23 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
- * Author(s): Michael Wybrow <mjwybrow@users.sourceforge.net>
+ * Author(s): Michael Wybrow
*/
#ifndef AVOID_VISIBILITY_H
#define AVOID_VISIBILITY_H
-#include "libavoid/vertices.h"
-
namespace Avoid {
-class ShapeRef;
class VertInf;
extern void vertexVisibility(VertInf *point, VertInf *partner, bool knownNew,
const bool gen_contains = false);
-extern void vertexSweep(VertInf *point);
-extern void computeCompleteVis(void);
-extern void shapeVis(ShapeRef *shape);
-extern void shapeVisSweep(ShapeRef *shape);
-
}
#endif
-