# Load the shared object
useDynLib(HIBAG)

# Export function names
exportPattern("^[^\\.]")
export(.onAttach, .Last.lib)
