8 lines
161 B
Haskell
8 lines
161 B
Haskell
module Dodge.Corpse.Draw where
|
|
import Dodge.Data.Corpse
|
|
import ShapePicture
|
|
|
|
-- not currently used, too simple
|
|
drawCorpse :: Corpse -> SPic
|
|
drawCorpse = _cpSPic
|