| 504 | } |
| 505 | |
| 506 | void SetQuestClassByRef(const wstring &moduleName) |
| 507 | { |
| 508 | string modulenameAscii; |
| 509 | WStringToString(moduleName, modulenameAscii); |
| 510 | assert(modulenameAscii == "Tutorial"); |
| 511 | } |
| 512 | |
| 513 | void SetQuestClassByVal(wstring moduleName) |
| 514 | { |
nothing calls this directly
no test coverage detected