| 54 | } |
| 55 | |
| 56 | void register_section_output() |
| 57 | { |
| 58 | geode::SectionOutputFactory::register_creator< |
| 59 | geode::OpenGeodeSectionOutput >( |
| 60 | geode::OpenGeodeSectionOutput::extension().data() ); |
| 61 | } |
| 62 | } // namespace |
| 63 | |
| 64 | namespace geode |
no test coverage detected