This commit is contained in:
Nishi 2025-11-27 06:56:41 +09:00
commit d1f0477751
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 79 additions and 0 deletions

View file

@ -46,6 +46,7 @@ struct _MDESound {
extern MDESoundDriver MDESoundDriverMP3;
extern MDESoundDriver MDESoundDriverVorbis;
extern MDESoundDriver MDESoundDriverFLAC;
MDESound MDESoundOpen(const char* path);