Audio: Add mp3 support + new demo
This commit is contained in:
5
examples/PlayMusic/xmake.lua
Normal file
5
examples/PlayMusic/xmake.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
target("PlayMusic")
|
||||
set_group("Examples")
|
||||
set_kind("binary")
|
||||
add_deps("NazaraAudio")
|
||||
add_files("main.cpp")
|
||||
Reference in New Issue
Block a user