sneakyterm-0.1: src/System/Console/SneakyTerm/PointInt.hs
{-|
Module : System.Console.SneakyTerm.PointInt
Maintainer : pmidden@secure.mailbox.org
-}
module System.Console.SneakyTerm.PointInt where
import ClassyPrelude
import Linear.V2
-- ^ An integral point type synonym
type PointInt = V2 Int