SFML-0.2.0.0: src/SFML/Graphics/SFShapeResizable.hs
module SFML.Graphics.SFShapeResizable
where
class SFShapeResizable a where
-- | Set the number of points of a resizable shape.
setPointCount
:: a
-> Int -- ^ New number of points of the shape
-> IO ()