openalbridge/loaders.h
changeset 2421 a4b039ee2eb0
parent 2418 538a777f90c4
child 2443 fececcbc2189
equal deleted inserted replaced
2420:b7390a3040f8 2421:a4b039ee2eb0
    25 
    25 
    26 
    26 
    27 #ifdef __CPLUSPLUS
    27 #ifdef __CPLUSPLUS
    28 extern "C" {
    28 extern "C" {
    29 #endif 
    29 #endif 
    30     
    30         
    31     int load_wavpcm	(const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);
    31         int load_wavpcm     (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);
    32     int load_oggvorbis	(const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);
    32         int load_oggvorbis  (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);
    33     
    33         
    34 #ifdef __CPLUSPLUS
    34 #ifdef __CPLUSPLUS
    35 }
    35 }
    36 #endif
    36 #endif
    37 
    37 
    38 #endif /*_OALB_LOADERS_H*/
    38 #endif /*_OALB_LOADERS_H*/