misc/libopenalbridge/openalbridge.h
changeset 3533 03892fb97ab3
parent 3532 04e2fea3e83a
child 3697 d5b30d6373fc
equal deleted inserted replaced
3532:04e2fea3e83a 3533:03892fb97ab3
    37 
    37 
    38     // load an audio file into memory and map it to abuffer
    38     // load an audio file into memory and map it to abuffer
    39     int  openal_loadfile          (const char *filename);
    39     int  openal_loadfile          (const char *filename);
    40 
    40 
    41     // unloads data from memory and marks a free spot
    41     // unloads data from memory and marks a free spot
    42     int  openal_unloadfile        (unsigned int index)
    42     void openal_unloadfile        (unsigned int index);
    43     
    43     
    44     /******* other functions continue in commands.h *******/
    44     /******* other functions continue in commands.h *******/
    45     
    45     
    46 #ifdef __CPLUSPLUS
    46 #ifdef __CPLUSPLUS
    47 }
    47 }