{-# LANGUAGE ForeignFunctionInterface #-} module HROOT.Core.TQObject.FFI where import Foreign.C import Foreign.Ptr import HROOT.Core.TQObject.RawType foreign import ccall safe "HROOTCoreTQObject.h TQObject_delete" c_tqobject_delete :: Ptr RawTQObject -> IO ()