Mercurial > touhou
view pytouhou/game/music.py @ 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 | d1f0bb0b7a17 |
line wrap: on
line source
class MusicPlayer(object): def play(self, name): pass def set_volume(self, name, volume): pass