pituicat/src/Classes/Prop.hs
2021-01-12 00:52:29 +01:00

12 lines
180 B
Haskell

module Classes.Prop where
-- internal imports
import Classes.Graphics.Drawable
class (Drawable a) => Prop a where
residentLayer :: a -> Word
bindPropTexture :: a -> IO ()