openalbridge/wrappers.h
changeset 2421 a4b039ee2eb0
parent 2260 31756e21c436
child 2443 fececcbc2189
equal deleted inserted replaced
2420:b7390a3040f8 2421:a4b039ee2eb0
    23 
    23 
    24 
    24 
    25 #ifdef __CPLUSPLUS
    25 #ifdef __CPLUSPLUS
    26 extern "C" {
    26 extern "C" {
    27 #endif
    27 #endif
    28     
    28         
    29     void *Malloc (size_t nbytes);
    29         void *Malloc (size_t nbytes);
    30     void *Realloc (void *aptr, size_t nbytes);
    30         void *Realloc (void *aptr, size_t nbytes);
    31     FILE *Fopen (const char *fname, char *mode);
    31         FILE *Fopen (const char *fname, char *mode);
    32     ALint AlGetError (const char *str);
    32         ALint AlGetError (const char *str);
    33     ALint AlGetError2 (const char *str, int num);
    33         ALint AlGetError2 (const char *str, int num);
    34     void *helper_fadein (void *tmp);
    34         void *helper_fadein (void *tmp);
    35     void *helper_fadeout (void *tmp); 
    35         void *helper_fadeout (void *tmp); 
    36     
    36         
    37 #ifdef __CPLUSPLUS
    37 #ifdef __CPLUSPLUS
    38 }
    38 }
    39 #endif
    39 #endif
    40 
    40 
    41 #endif /*_OALB_WRAPPERS_H*/
    41 #endif /*_OALB_WRAPPERS_H*/