cgal/Packages/window/include/CGAL/IO/leda_ps_file.h

31 lines
861 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 :
// release_date :
//
// file : CGAL/IO/leda_ps_file.h
// package : window
// revision : $Revision$
// revision_date : $Date$
// author(s) : Stefan Schirra
//
//
// coordinator : MPI, Saarbruecken (<Stefan.Schirra@mpi-sb.mpg.de>)
// ======================================================================
#include <CGAL/IO/Postscript_file_stream.h>
CGAL_BEGIN_NAMESPACE
typedef Postscript_file_stream ps_file;
CGAL_END_NAMESPACE