{-# LANGUAGE EmptyDataDecls #-}

module FreeType.Core.Mac.Types where

import           Foreign.Ptr



type Handle = Ptr ()



type FSSpec = Ptr ()



type FSRef = Ptr ()