view pytouhou/game/music.pxd @ 543:fb837b32c3dd

Automatically fallback on the SDL renderer if the OpenGL one can’t be imported.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 10 May 2014 23:40:13 +0200
parents 7c3c90468996
children
line wrap: on
line source

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