view pytouhou/game/music.pxd @ 579:b8df946d394d

Add grouping for OpenGL calls, making traces much more readable.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 17 Aug 2014 16:16:58 +0200
parents 7c3c90468996
children
line wrap: on
line source

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