hedgewars/uSound.pas
changeset 11823 0fba6cb098a1
parent 11776 f2031643fe98
child 11835 8f7e28428f3e
equal deleted inserted replaced
11822:4600dcb9db4f 11823:0fba6cb098a1
    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;
    37 
    37 
    38 procedure preInitModule;
    38 procedure preInitModule;
    39 procedure initModule;
    39 procedure initModule;
    40 procedure freeModule;
    40 procedure freeModule;
    41 
    41