mirror of
https://github.com/mt-mods/xcompat.git
synced 2024-12-22 17:10:18 +01:00
3 lines
109 B
Lua
3 lines
109 B
Lua
|
local modpath = minetest.get_modpath("sounds_api")
|
||
|
|
||
|
sound_api = dofile(modpath .. "/sound_api_core/init.lua")
|