{-# LANGUAGE ForeignFunctionInterface #-} module HROOT.Core.TAtt3D.FFI where import Foreign.C import Foreign.Ptr import HROOT.Core.TAtt3D.RawType foreign import ccall safe "HROOTCoreTAtt3D.h TAtt3D_delete" c_tatt3d_delete :: Ptr RawTAtt3D -> IO ()