mp3 support for playing background music

This commit is contained in:
Ondřej Novák 2025-06-15 12:56:18 +02:00
parent 73a4187f79
commit dd23d8c989
24 changed files with 2245 additions and 252 deletions

View file

@ -14,6 +14,7 @@ SET(files basicobj.c
wav_mem.c
strlite.c
cztable.c
minimp3.c
music.cpp
string_table.cpp )