changeset 3529 | 0e968ba12a84 |
parent 3514 | 59dbd31e9953 |
--- a/misc/libopenalbridge/wrappers.h Fri Jun 18 14:45:05 2010 +0200 +++ b/misc/libopenalbridge/wrappers.h Mon Jun 21 16:08:24 2010 +0200 @@ -26,5 +26,7 @@ void *Realloc (void *aptr, size_t nbytes); FILE *Fopen (const char *fname, char *mode); void helper_fade (void *tmp); +al_sound_t new_sound_el (void); +al_sound_t init_sound_el (const char *str); #endif /*_OALB_WRAPPERS_H*/