| 53 | namespace geode |
| 54 | { |
| 55 | OPENGEODE_LIBRARY_IMPLEMENTATION( OpenGeode, Image ) |
| 56 | { |
| 57 | OpenGeodeBasicLibrary::initialize(); |
| 58 | BITSERY_INPUT_RASTER_REGISTER_2D_3D(); |
| 59 | BITSERY_OUTPUT_RASTER_REGISTER_2D_3D(); |
| 60 | BitseryExtensions::register_functions( |
| 61 | register_image_serialize_pcontext, |
| 62 | register_image_deserialize_pcontext ); |
| 63 | } |
| 64 | } // namespace geode |
nothing calls this directly
no test coverage detected