misc/openalbridge/loaders.h
changeset 3356 3ae3fccb439e
parent 3353 a767dd3786b5
child 3362 8d3b4d19ce27
equal deleted inserted replaced
3355:dc9e61e67484 3356:3ae3fccb439e
    23 
    23 
    24 
    24 
    25 #ifdef __CPLUSPLUS
    25 #ifdef __CPLUSPLUS
    26 extern "C" {
    26 extern "C" {
    27 #endif 
    27 #endif 
    28         
    28     
    29         int load_wavpcm     (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);
    29     int load_wavpcm     (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);
    30         int load_oggvorbis  (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);
    30     int load_oggvorbis  (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);
    31         
    31     
    32 #ifdef __CPLUSPLUS
    32 #ifdef __CPLUSPLUS
    33 }
    33 }
    34 #endif
    34 #endif
    35 
    35 
    36 #endif /*_OALB_LOADERS_H*/
    36 #endif /*_OALB_LOADERS_H*/