home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Hack-Phreak Scene Programs
/
cleanhpvac.zip
/
cleanhpvac
/
ZED3DSRC.ZIP
/
3DS.H
< prev
next >
Wrap
C/C++ Source or Header
|
1995-06-19
|
270b
|
21 lines
#ifndef __3DS_H
#define __3DS_H
#include <objects.h>
#ifdef __cplusplus
extern "C" {
#endif
/* routine for reading 3ds ASCII file into an object */
object *read_3ds_file(char *filename, int print_progress);
#ifdef __cplusplus
}
#endif
#endif