2007-05-07 09:33:24 -07:00
|
|
|
#ifndef INCLUDED_PMDCONVERT
|
|
|
|
|
#define INCLUDED_PMDCONVERT
|
2006-12-26 14:43:09 -08:00
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
|
|
|
|
|
|
struct OutputCB;
|
|
|
|
|
|
|
|
|
|
void ColladaToPMD(const char* input, OutputCB& output, std::string& xmlErrors);
|
|
|
|
|
|
2007-05-07 09:33:24 -07:00
|
|
|
#endif // INCLUDED_PMDCONVERT
|