mirror of https://github.com/CGAL/cgal
33 lines
1013 B
C
33 lines
1013 B
C
// ======================================================================
|
|
//
|
|
// Copyright (c) 1999 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.
|
|
//
|
|
// ----------------------------------------------------------------------
|
|
//
|
|
// release : $CGAL_Revision: CGAL-2.4-I-65 $
|
|
// release_date : $CGAL_Date: 2002/03/19 $
|
|
//
|
|
// file : include/CGAL/IO/leda_ps_file.h
|
|
// package : window (2.8.22)
|
|
// maintainer : Susan Hert <hert@mpi-sb.mpg.de>
|
|
// revision : $Revision$
|
|
// revision_date : $Date$
|
|
// author(s) : Stefan Schirra
|
|
//
|
|
//
|
|
// coordinator : MPI, Saarbruecken (<Stefan.Schirra@mpi-sb.mpg.de>)
|
|
// ======================================================================
|
|
|
|
#include <CGAL/LEDA_basic.h>
|
|
#include <CGAL/IO/Postscript_file_stream.h>
|
|
CGAL_BEGIN_NAMESPACE
|
|
|
|
typedef Postscript_file_stream ps_file;
|
|
|
|
CGAL_END_NAMESPACE
|
|
|