equal
deleted
inserted
replaced
19 #ifndef _OALB_LOADERS_H |
19 #ifndef _OALB_LOADERS_H |
20 #define _OALB_LOADERS_H |
20 #define _OALB_LOADERS_H |
21 |
21 |
22 #include "globals.h" |
22 #include "globals.h" |
23 |
23 |
24 |
24 int load_wavpcm (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq); |
25 #ifdef __CPLUSPLUS |
25 int load_oggvorbis (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq); |
26 extern "C" { |
|
27 #endif |
|
28 |
|
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); |
|
31 |
|
32 #ifdef __CPLUSPLUS |
|
33 } |
|
34 #endif |
|
35 |
26 |
36 #endif /*_OALB_LOADERS_H*/ |
27 #endif /*_OALB_LOADERS_H*/ |