1
0
mirror of https://github.com/vsariola/sointu.git synced 2025-08-06 06:14:56 -04:00
Files
sointu/vm/compiler/bridge/init_windows.go
2021-03-02 17:19:45 +02:00

9 lines
172 B
Go

package bridge
// #include "sointu.h"
import "C"
func init() {
C.su_load_gmdls() // GM.DLS is an windows specific sound bank so samples work currently only on windows
}