initial commit

This commit is contained in:
unknown
2022-01-18 22:29:18 -05:00
commit bd60f0fff9
5 changed files with 33 additions and 0 deletions

3
init.lua Normal file
View File

@@ -0,0 +1,3 @@
local modpath = minetest.get_modpath("sounds_api")
sound_api = dofile(modpath .. "/sound_api_core/init.lua")