openalbridge/loaders.h
changeset 2421 a4b039ee2eb0
parent 2418 538a777f90c4
child 2443 fececcbc2189
--- a/openalbridge/loaders.h	Sun Oct 11 20:40:03 2009 +0000
+++ b/openalbridge/loaders.h	Sun Oct 11 22:17:50 2009 +0000
@@ -27,10 +27,10 @@
 #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);
-    
+        
+        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