Mercurial > touhou
view pytouhou/game/music.pxd @ 740:8d29dac12219
examples: Make the common functions take AsRef<Path>.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Mon, 06 Jan 2020 22:48:09 +0100 |
parents | 7c3c90468996 |
children |
line wrap: on
line source
cdef class MusicPlayer: cpdef play(self, name) cpdef set_volume(self, name, float volume)