view pytouhou/game/music.pxd @ 530:64d9117b9209

Replace the --no-music option with --no-sound, disabling sound rendering altogether.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 27 Mar 2014 21:30:04 +0100
parents 7c3c90468996
children
line wrap: on
line source

cdef class MusicPlayer:
    cpdef play(self, name)
    cpdef set_volume(self, name, float volume)