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