Fixes headers

This commit is contained in:
Laurent Rineau 2001-05-21 16:13:54 +00:00
parent 30ef6c8b1d
commit f9a44f562d
2 changed files with 36 additions and 0 deletions

View File

@ -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

View File

@ -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>