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