HROOT-core-0.9: src/HROOT/Core/TAtt3D/FFI.hsc
{-# 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 ()