From fd733201b82f39655488a286c89142f321ef9dc9 Mon Sep 17 00:00:00 2001 From: Sylvain Chiron Date: Sat, 1 Jul 2017 13:36:41 +0200 Subject: Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; changed the code to match the new API Signed-off-by: Sylvain Chiron --- src/libavoid/visibility.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/libavoid/visibility.h') 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 + * 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 - -- cgit v1.2.3