mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
audio: Prepare implementation for Windows
This commit is contained in:
parent
6f562f1b0a
commit
af4aef9921
@ -14,5 +14,6 @@
|
||||
|
||||
package audio
|
||||
|
||||
func initialize() {
|
||||
func startPlaying(src io.Reader, sampleRate int) error {
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user