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

11 lines
205 B
C
Raw Normal View History

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