misc/libopenalbridge/openalbridge.h
changeset 3697 d5b30d6373fc
parent 3533 03892fb97ab3
equal deleted inserted replaced
3695:c11abf387a7d 3697:d5b30d6373fc
    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     void 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 }
    48 #endif
    48 #endif
    49 
    49 
    50 #endif /*_OALB_INTERFACE_H*/
    50 #endif /*_OALB_INTERFACE_H*/