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