openalbridge/loaders.h
changeset 2444 ace11b7d8eab
parent 2443 fececcbc2189
child 2529 51e5df1c8462
--- a/openalbridge/loaders.h	Wed Oct 14 22:12:02 2009 +0000
+++ b/openalbridge/loaders.h	Wed Oct 14 22:21:25 2009 +0000
@@ -23,17 +23,10 @@
 #include "common.h"
 #include "wrappers.h"
 #include "oggvorbis.h"
+
 extern char *prog;
 
-#ifdef __CPLUSPLUS
-extern "C" {
-#endif 
-        
-        int load_wavpcm     (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);
-        int load_oggvorbis  (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);
-        
-#ifdef __CPLUSPLUS
-}
-#endif
+int load_wavpcm     (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);
+int load_oggvorbis  (const char *filename, ALenum *format, char **data, ALsizei *bitsize, ALsizei *freq);
 
 #endif /*_OALB_LOADERS_H*/