0ad/source/collada/PSAConvert.h
janwas b755ddefda remove all author/modified by tags.
make include guards consistent.

This was SVN commit r5040.
2007-05-07 16:33:24 +00:00

11 lines
205 B
C++

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