This is pssnap.h in view mode; [Download] [Up]
/* * pssnap.h * author: Celeste Fowler * date: June 12, 1992 */ #ifndef PSSNAP #define PSSNAP #define PS_COLOR 1 #define PS_EDGES 2 #define PS_FACES 4 Geom *PolyProject(Geom *o, Camera *c); void PolyToPSInit(FILE *outfile, int flag); void PolyToPS(Geom *o, FILE *outfile, int flag); #endif /* PSSNAP */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.