mirror of https://github.com/CGAL/cgal
Fixes headers
This commit is contained in:
parent
30ef6c8b1d
commit
f9a44f562d
|
|
@ -1,3 +1,21 @@
|
|||
// ============================================================================
|
||||
//
|
||||
// Copyright (c) 1997-2000 The CGAL Consortium
|
||||
//
|
||||
// This software and related documentation is part of an INTERNAL release
|
||||
// of the Computational Geometry Algorithms Library (CGAL). It is not
|
||||
// intended for general use.
|
||||
//
|
||||
// ----------------------------------------------------------------------------
|
||||
//
|
||||
// file : include/CGAL/Qt_Window.h
|
||||
// package : QT_window
|
||||
// author(s) : Laurent Rineau
|
||||
//
|
||||
// coordinator : Laurent Rineau <rineau@clipper.ens.fr>
|
||||
//
|
||||
// ============================================================================
|
||||
|
||||
#ifndef CGAL_QT_WINDOW_H
|
||||
#define CGAL_QT_WINDOW_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,21 @@
|
|||
// ============================================================================
|
||||
//
|
||||
// Copyright (c) 1997-2000 The CGAL Consortium
|
||||
//
|
||||
// This software and related documentation is part of an INTERNAL release
|
||||
// of the Computational Geometry Algorithms Library (CGAL). It is not
|
||||
// intended for general use.
|
||||
//
|
||||
// ----------------------------------------------------------------------------
|
||||
//
|
||||
// file : src/Qt_Window.C
|
||||
// package : QT_window
|
||||
// author(s) : Laurent Rineau
|
||||
//
|
||||
// coordinator : Laurent Rineau <rineau@clipper.ens.fr>
|
||||
//
|
||||
// ============================================================================
|
||||
|
||||
#include <CGAL/Qt_Window.h>
|
||||
#include <CGAL/Bbox_2.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue