mirror of
https://github.com/elliotnunn/BuildCubeE.git
synced 2024-11-19 00:05:25 +00:00
18 lines
416 B
C
18 lines
416 B
C
/************************************************************
|
|
|
|
Created: Monday, September 9, 1991 at 1:04 PM
|
|
PrintTraps.h
|
|
|
|
Copyright Apple Computer, Inc. 1991
|
|
All rights reserved
|
|
|
|
************************************************************/
|
|
|
|
/* This file is provided to support existing references to it. The up to date interface is
|
|
defined in Printing.h
|
|
*/
|
|
|
|
#ifndef __PRINTING__
|
|
#include <Printing.h>
|
|
#endif
|