pituicat/src/Classes/Prop.hs

12 lines
188 B
Haskell
Raw Normal View History

module Classes.Prop where
-- internal imports
import Graphics.Classes.Drawable
class (Show a, Drawable a) => Prop a where
residentLayer :: a -> Word
2020-12-23 06:47:20 +00:00
bindPropTexture :: a -> IO ()