0ad/source/collada/PMDConvert.h
Ykkrosh b5403bcfc7 # Conversion of skeleton animations from COLLADA
This was SVN commit r4725.
2006-12-26 22:43:09 +00:00

10 lines
190 B
C++

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