home *** CD-ROM | disk | FTP | other *** search
- /*
- * cad3d2raw - Atari CAD-3D 2.0 to RAW triangles
- * $Id: cad3d2raw.h,v 1.2 1994/03/14 15:25:53 herborth Exp $
- *
- * Chris Herborth
- * March 5/94
- *
- * Here are the function prototypes for cad3d2pov.c; also, handy macros.
- *
- * $Log: cad3d2raw.h,v $
- * Revision 1.2 1994/03/14 15:25:53 herborth
- * Fixed a bozo problem; the version id string wasn't set properly.
- *
- * Revision 1.1 1994/03/14 15:23:47 herborth
- * Initial revision
- *
- */
-
- const char *version_info = "cad3d2raw\n"
- "$Id: cad3d2raw.h,v 1.2 1994/03/14 15:25:53 herborth Exp $\n"
- "Copyright (c) 1994 Chris Herborth,\n"
- "all rights reserved\n"
- "(cherborth@semprini.waterloo-rdp.on.ca)";
-
- const char *output_extension = "raw";
-
- void usage( void );
- void version( void );
- char *make_outfile( const char *infile, const char *outext );
-