1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-13 10:33:51 +00:00
qb64/internal/c/parts/audio/decode/src.c
2022-08-17 21:03:44 +05:30

10 lines
279 B
C

#ifndef DEPENDENCY_AUDIO_DECODE
//Stubs:
//(none required)
#else
// TODO: Get rid of this entire decode directory and it's content. This is just a stub!
#define DEPENDENCY_AUDIO_DECODE_OGG
#define DEPENDENCY_AUDIO_DECODE_MP3
#define DEPENDENCY_AUDIO_DECODE_WAV
#endif