misc/openalbridge/loaders.h
changeset 3362 8d3b4d19ce27
parent 3356 3ae3fccb439e
child 3513 f589230fa21b
--- a/misc/openalbridge/loaders.h	Wed Apr 21 01:57:23 2010 +0000
+++ b/misc/openalbridge/loaders.h	Wed Apr 21 10:22:06 2010 +0000
@@ -21,16 +21,7 @@
 
 #include "globals.h"
 
-
-#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*/