1
0
forked from 0ad/0ad
0ad/source/collada/PSAConvert.h

11 lines
205 B
C
Raw Normal View History

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