pituicat/src/Classes/Prop.hs

14 lines
202 B
Haskell

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