|
BWAPI
|
00001 // Copyright (c) 2005,2006 INRIA Sophia-Antipolis (France) and 00002 // Notre Dame University (U.S.A.). All rights reserved. 00003 // 00004 // This file is part of CGAL (www.cgal.org); you may redistribute it under 00005 // the terms of the Q Public License version 1.0. 00006 // See the file LICENSE.QPL distributed with CGAL. 00007 // 00008 // Licensees holding a valid commercial license may use this file in 00009 // accordance with the commercial license agreement provided with the software. 00010 // 00011 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 00012 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 00013 // 00014 // $URL: svn+ssh://scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.5-branch/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_2/basic.h $ 00015 // $Id: basic.h 48841 2009-04-21 18:19:46Z spion $ 00016 // 00017 // 00018 // Author(s) : Menelaos Karavelas <mkaravel@cse.nd.edu> 00019 00020 #ifndef CGAL_SEGMENT_DELAUNAY_GRAPH_2_BASIC_H 00021 #define CGAL_SEGMENT_DELAUNAY_GRAPH_2_BASIC_H 00022 00023 #include <CGAL/basic.h> 00024 00025 #define CGAL_SEGMENT_DELAUNAY_GRAPH_2_NS \ 00026 CGAL::SegmentDelaunayGraph_2 00027 00028 #define CGAL_SEGMENT_DELAUNAY_GRAPH_2_BEGIN_NAMESPACE \ 00029 namespace SegmentDelaunayGraph_2 { 00030 00031 #define CGAL_SEGMENT_DELAUNAY_GRAPH_2_END_NAMESPACE } 00032 00033 00034 #endif // CGAL_SEGMENT_DELAUNAY_GRAPH_2_BASIC_H
1.7.6.1