|
@@ -77,8 +77,11 @@ struct free_it
|
|
void* free;
|
|
void* free;
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+namespace Assimp { // this has to be in here because LogFunctions is in ::Assimp
|
|
template<> const std::string LogFunctions<XGLImporter>::log_prefix = "XGL: ";
|
|
template<> const std::string LogFunctions<XGLImporter>::log_prefix = "XGL: ";
|
|
|
|
|
|
|
|
+}
|
|
|
|
+
|
|
static const aiImporterDesc desc = {
|
|
static const aiImporterDesc desc = {
|
|
"XGL Importer",
|
|
"XGL Importer",
|
|
"",
|
|
"",
|