openalbridge/loaders.h
changeset 2260 31756e21c436
parent 2257 7eb31efcfb9b
child 2418 538a777f90c4
equal deleted inserted replaced
2259:ca42efdce3ce 2260:31756e21c436
    26 
    26 
    27 
    27 
    28 #ifdef __CPLUSPLUS
    28 #ifdef __CPLUSPLUS
    29 extern "C" {
    29 extern "C" {
    30 #endif 
    30 #endif 
    31 		
    31     
    32 	int load_wavpcm		(const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);
    32     int load_wavpcm	(const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);
    33 	int load_oggvorbis	(const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);
    33     int load_oggvorbis	(const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);
    34 	
    34     
    35 #ifdef __CPLUSPLUS
    35 #ifdef __CPLUSPLUS
    36 }
    36 }
    37 #endif
    37 #endif
    38 
    38 
    39 #endif /*_OALB_LOADERS_H*/
    39 #endif /*_OALB_LOADERS_H*/