#ifndef INCLUDED_PMDCONVERT #define INCLUDED_PMDCONVERT #include struct OutputCB; void ColladaToPMD(const char* input, OutputCB& output, std::string& xmlErrors); #endif // INCLUDED_PMDCONVERT