openalbridge/wrappers.h
changeset 2259 ca42efdce3ce
parent 2257 7eb31efcfb9b
child 2260 31756e21c436
equal deleted inserted replaced
2258:3dd028604cfd 2259:ca42efdce3ce
    24 
    24 
    25 void *Malloc (size_t nbytes);
    25 void *Malloc (size_t nbytes);
    26 void *Realloc (void *aptr, size_t nbytes);
    26 void *Realloc (void *aptr, size_t nbytes);
    27 FILE *Fopen (const char *fname, char *mode);
    27 FILE *Fopen (const char *fname, char *mode);
    28 ALint AlGetError (const char *str);
    28 ALint AlGetError (const char *str);
    29 #ifndef _WIN32
    29 ALint AlGetError2 (const char *str, int num);
    30 void *helper_fadein (void *tmp);
    30 void *helper_fadein (void *tmp);
    31 void *helper_fadeout (void *tmp); 
    31 void *helper_fadeout (void *tmp); 
    32 #else
    32 
    33 void *helper_fadein (void *tmp); 
       
    34 void *helper_fadeout (void *tmp); 	
       
    35 #endif
       
    36 
    33 
    37 #endif /*_OALB_WRAPPERS_H*/
    34 #endif /*_OALB_WRAPPERS_H*/