module HROOT.Class.TLatex
  (
    TLatex(..)
  , ITLatex
  , upcastTLatex
  , newTLatex
  , tLatexDrawLatex 
  ) where

-- import HROOT.Class.Interface
-- import HROOT.Class.Implementation ()

import HROOT.Class.TLatex.RawType
import HROOT.Class.TLatex.Interface
import HROOT.Class.TLatex.Implementation