misc/libopenalbridge/openalbridge.h
changeset 3529 0e968ba12a84
parent 3514 59dbd31e9953
child 3532 04e2fea3e83a
equal deleted inserted replaced
3516:a8c673657b79 3529:0e968ba12a84
    25 #ifdef __CPLUSPLUS
    25 #ifdef __CPLUSPLUS
    26 extern "C" {
    26 extern "C" {
    27 #endif
    27 #endif
    28 
    28 
    29     // init audio context and allocate memory
    29     // init audio context and allocate memory
    30     int openal_init               (int memorysize);
    30     int openal_init               (void);
    31 
    31 
    32     // close audio subsytem and free memory
    32     // close audio subsytem and free memory
    33     void openal_close             (void);
    33     void openal_close             (void);
    34 
    34 
    35     // check if openal_init has been called
    35     // check if openal_init has been called