| 31 | } |
| 32 | |
| 33 | void Doom3MapFormat::initialiseModule(const IApplicationContext& ctx) |
| 34 | { |
| 35 | // Register ourselves as map format for maps and regions |
| 36 | GlobalMapFormatManager().registerMapFormat("map", shared_from_this()); |
| 37 | GlobalMapFormatManager().registerMapFormat("reg", shared_from_this()); |
| 38 | } |
| 39 | |
| 40 | void Doom3MapFormat::shutdownModule() |
| 41 | { |
nothing calls this directly
no test coverage detected