mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 14:53:56 -07:00
10 lines
205 B
C++
10 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
|