misc/openalbridge/wrappers.h
changeset 3362 8d3b4d19ce27
parent 3353 a767dd3786b5
child 3513 f589230fa21b
equal deleted inserted replaced
3361:cfc6cd502f85 3362:8d3b4d19ce27
    19 #ifndef _OALB_WRAPPERS_H
    19 #ifndef _OALB_WRAPPERS_H
    20 #define _OALB_WRAPPERS_H
    20 #define _OALB_WRAPPERS_H
    21 
    21 
    22 #include "globals.h"
    22 #include "globals.h"
    23 
    23 
    24 
    24 void *Malloc (size_t nbytes);
    25 #ifdef __CPLUSPLUS
    25 void *Realloc (void *aptr, size_t nbytes);
    26 extern "C" {
    26 FILE *Fopen (const char *fname, char *mode);
    27 #endif
    27 void helper_fade (void *tmp);
    28     
       
    29     void *Malloc (size_t nbytes);
       
    30     void *Realloc (void *aptr, size_t nbytes);
       
    31     FILE *Fopen (const char *fname, char *mode);
       
    32     ALint AlGetError (const char *str);
       
    33     ALint AlGetError2 (const char *str, int num);
       
    34     void *helper_fadein (void *tmp);
       
    35     void *helper_fadeout (void *tmp); 
       
    36     
       
    37 #ifdef __CPLUSPLUS
       
    38 }
       
    39 #endif
       
    40 
    28 
    41 #endif /*_OALB_WRAPPERS_H*/
    29 #endif /*_OALB_WRAPPERS_H*/