mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
audio: Move go2cpp -> internal/go2cpp
This commit is contained in:
parent
3579e1d0b7
commit
52942751f0
@ -18,7 +18,7 @@ import (
|
|||||||
"io"
|
"io"
|
||||||
"syscall/js"
|
"syscall/js"
|
||||||
|
|
||||||
"github.com/hajimehoshi/ebiten/v2/audio/go2cpp"
|
"github.com/hajimehoshi/ebiten/v2/audio/internal/go2cpp"
|
||||||
)
|
)
|
||||||
|
|
||||||
func isReaderContextAvailable() bool {
|
func isReaderContextAvailable() bool {
|
||||||
|
Loading…
Reference in New Issue
Block a user