Go to the source code of this file.
Functions | |
| MHEG * | MHCreateEngine (MHContext *context) |
| void | __mhlog (QString logtext) |
| void | MHSetLogging (FILE *logStream, unsigned int logLevel) |
Variables | |
| int | __mhlogoptions = MHLogError |
| FILE * | __mhlogStream = NULL |
| void __mhlog | ( | QString | logtext | ) |
Definition at line 887 of file Engine.cpp.
| void MHSetLogging | ( | FILE * | logStream, | |
| unsigned int | logLevel | |||
| ) |
| int __mhlogoptions = MHLogError |
Definition at line 882 of file Engine.cpp.
Referenced by MHEngine::Launch(), MHSetLogging(), MHEngine::RunActions(), and MHEngine::TransitionToScene().
| FILE* __mhlogStream = NULL |
Definition at line 884 of file Engine.cpp.
Referenced by __mhlog(), MHEngine::Launch(), MHSetLogging(), MHEngine::RunActions(), and MHEngine::TransitionToScene().
1.5.5