00001 #ifndef LILITH_ACIMPORTER 00002 #define LILITH_ACIMPORTER 00003 00004 //#include <string> 00005 00006 namespace lilith3d { class StaticResource; }; 00007 00008 bool ImportAC3D( const std::string& filename, lilith3d::StaticResource* meshRes ); 00009 00010 00011 #endif 00012
1.5.1-p1