HGamer3D-SFML-Binding-0.1.8: Library to enable 3D game development for Haskell - SFML Bindings

Safe HaskellSafe-Infered

HGamer3D.Bindings.SFML.ClassMusic

Synopsis

Documentation

newSource

Arguments

:: IO HG3DClass 

Default constructor.

deleteSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance which is going to be deleted.

-> IO () 

Open a music from an audio file. - Details: This function doesn't start playing the music (call play()

Destructor.

openFromFileSource

Arguments

:: HG3DClass

classpointer - pointer of Class instance from which this methods is called.

-> String

filename

-> IO Bool