| 38 | } |
| 39 | |
| 40 | void Doom3MapFormat::shutdownModule() |
| 41 | { |
| 42 | // Unregister now that we're shutting down |
| 43 | GlobalMapFormatManager().unregisterMapFormat(shared_from_this()); |
| 44 | } |
| 45 | |
| 46 | const std::string& Doom3MapFormat::getMapFormatName() const |
| 47 | { |
nothing calls this directly
no test coverage detected