misc/libopenalbridge/wrappers.h
changeset 3529 0e968ba12a84
parent 3514 59dbd31e9953
equal deleted inserted replaced
3516:a8c673657b79 3529:0e968ba12a84
    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 void helper_fade (void *tmp);
    28 void helper_fade (void *tmp);
       
    29 al_sound_t new_sound_el (void);
       
    30 al_sound_t init_sound_el (const char *str);
    29 
    31 
    30 #endif /*_OALB_WRAPPERS_H*/
    32 #endif /*_OALB_WRAPPERS_H*/