entryway
Forum Staple
Posts: 2587
Registered: 01-04 |
DaniJ said:
Out of interest, what does this workaround consist of?
code: static const char *music_tmp_ext[] = { "", ".mp3", ".ogg" };
#define MUSIC_TMP_EXT (sizeof(music_tmp_ext)/sizeof(*music_tmp_ext))
for (i = 0; i < MUSIC_TMP_EXT; i++)
Last edited by entryway on 07-24-09 at 15:32
|