openalbridge/wrappers.h
changeset 2421 a4b039ee2eb0
parent 2260 31756e21c436
child 2443 fececcbc2189
--- a/openalbridge/wrappers.h	Sun Oct 11 20:40:03 2009 +0000
+++ b/openalbridge/wrappers.h	Sun Oct 11 22:17:50 2009 +0000
@@ -25,15 +25,15 @@
 #ifdef __CPLUSPLUS
 extern "C" {
 #endif
-    
-    void *Malloc (size_t nbytes);
-    void *Realloc (void *aptr, size_t nbytes);
-    FILE *Fopen (const char *fname, char *mode);
-    ALint AlGetError (const char *str);
-    ALint AlGetError2 (const char *str, int num);
-    void *helper_fadein (void *tmp);
-    void *helper_fadeout (void *tmp); 
-    
+        
+        void *Malloc (size_t nbytes);
+        void *Realloc (void *aptr, size_t nbytes);
+        FILE *Fopen (const char *fname, char *mode);
+        ALint AlGetError (const char *str);
+        ALint AlGetError2 (const char *str, int num);
+        void *helper_fadein (void *tmp);
+        void *helper_fadeout (void *tmp); 
+        
 #ifdef __CPLUSPLUS
 }
 #endif