hedgewars/uSound.pas
changeset 7043 7c080e5ac8d0
parent 7024 3e1cca870090
child 7053 8c9dcaedc7a8
equal deleted inserted replaced
7042:de20086a6bcc 7043:7c080e5ac8d0
    31  *    Looped Sound - Subtype of sound: plays in a loop using a
    31  *    Looped Sound - Subtype of sound: plays in a loop using a
    32  *                   "channel", of which the id is returned on start.
    32  *                   "channel", of which the id is returned on start.
    33  *                   The channel id can be used to stop a specific sound loop.
    33  *                   The channel id can be used to stop a specific sound loop.
    34  *)
    34  *)
    35 interface
    35 interface
    36 uses SDLh, uConsts, uTypes, sysutils;
    36 uses SDLh, uConsts, uTypes, SysUtils;
    37 
    37 
    38 procedure initModule;
    38 procedure initModule;
    39 procedure freeModule;
    39 procedure freeModule;
    40 
    40 
    41 procedure InitSound;                            // Initiates sound-system if isSoundEnabled.
    41 procedure InitSound;                            // Initiates sound-system if isSoundEnabled.