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


// Panard-Vision 
// 3D real time engine 
// (C) 1997, Olivier Brunet 
// Email: bruneto@efrei.fr 
// 
// 3DStudio animation driver 
// 
// Before using this library consult the LICENSE file 
 
#ifndef _3DSMOTION_H_ 
#define _3DSMOTION_H_ 
 
#include "pmotion.h" 
 
extern char *_3DS_ANIM_READER_VERSION; 
 
#ifdef __cplusplus 
extern "C" { 
#endif 
 
int PVAPI LoadAnimFrom3DS(char *name,PMotion *m,PVWorld *w); 
 
#ifdef __cplusplus 
} 
#endif 
 
#endif