www.pudn.com > 3d_engine.zip > 3DSREAD.H


// Panard-Vision 
// 3D real time engine 
// (C) 1997, Olivier Brunet 
// Email: bruneto@efrei.fr 
// 
// 3DStudio mesh file driver 
// 
// Before using this library consult the LICENSE file 
 
 
#ifndef _3DSREADER_H_ 
#define _3DSREADER_H_ 
 
#include "pvision.h" 
 
extern char *_3DS_READER_VERSION; 
 
#ifdef __cplusplus 
extern "C" { 
#endif 
 
int PVAPI LoadMeshFrom3DS(char *name,PVWorld *z); 
 
#ifdef __cplusplus 
} 
#endif 
 
#endif