| 15 | } |
| 16 | |
| 17 | void Doom3PrefabFormat::initialiseModule(const IApplicationContext& ctx) |
| 18 | { |
| 19 | // Register ourselves as map format |
| 20 | GlobalMapFormatManager().registerMapFormat("pfb", shared_from_this()); |
| 21 | } |
| 22 | |
| 23 | void Doom3PrefabFormat::shutdownModule() |
| 24 | { |
nothing calls this directly
no test coverage detected