{-# LANGUAGE ForeignFunctionInterface #-} module HROOT.Core.TAttBBox.FFI where import Foreign.C import Foreign.Ptr import HROOT.Core.TAttBBox.RawType foreign import ccall safe "HROOTCoreTAttBBox.h TAttBBox_delete" c_tattbbox_delete :: Ptr RawTAttBBox -> IO ()