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