Add file
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{-# LANGUAGE StrictData #-}
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
module Dodge.Data.ScreenPos
|
||||
where
|
||||
|
||||
import Geometry.Data
|
||||
import Control.Lens
|
||||
|
||||
data ScreenPos = ScreenPos
|
||||
{ _spScreenOff :: Point2
|
||||
, _spPixelOff :: Point2
|
||||
}
|
||||
makeLenses ''ScreenPos
|
||||
Reference in New Issue
Block a user