-- | -- Module : Graphics.Michelangelo.Entity -- Description : -- Copyright : (c) Jonatan H Sundqvist, 2015 -- License : MIT -- Maintainer : Jonatan H Sundqvist -- Stability : experimental|stable -- Portability : POSIX (not sure) -- -- Created July 30 2015 -- TODO | - -- - -- SPEC | - -- - module Graphics.Michelangelo.Entity where -------------------------------------------------------------------------------------------------------------------------------------------- -- We'll need these -------------------------------------------------------------------------------------------------------------------------------------------- import Control.Lens -- import Graphics.Michelangelo.Types -------------------------------------------------------------------------------------------------------------------------------------------- -- Functions --------------------------------------------------------------------------------------------------------------------------------------------