MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / OPENGEODE_LIBRARY_IMPLEMENTATION

Function OPENGEODE_LIBRARY_IMPLEMENTATION

src/geode/geometry/common.cpp:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29namespace geode
30{
31 OPENGEODE_LIBRARY_IMPLEMENTATION( OpenGeode, Geometry )
32 {
33 OpenGeodeBasicLibrary::initialize();
34 GEO::PCK::initialize();
35 BitseryExtensions::register_functions(
36 register_geometry_serialize_pcontext,
37 register_geometry_deserialize_pcontext );
38 }
39} // namespace geode

Callers

nothing calls this directly

Calls 1

initializeFunction · 0.85

Tested by

no test coverage detected