MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / importFile

Method importFile

OgreMain/src/OgreScriptCompiler.cpp:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 ScriptCompilerListener::ScriptCompilerListener() {}
188
189 ConcreteNodeListPtr ScriptCompilerListener::importFile( ScriptCompiler *compiler,
190 const String &name )
191 {
192 return ConcreteNodeListPtr();
193 }
194
195 void ScriptCompilerListener::preConversion( ScriptCompiler *compiler, ConcreteNodeListPtr nodes ) {}
196

Callers 1

loadImportPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected