Mercurial > touhou
view pytouhou/game/music.py @ 635:80687f258001
Make sdl.Window inherit from gui.Window, so we can swap implementations.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Thu, 14 Apr 2016 21:18:03 +0100 |
parents | d1f0bb0b7a17 |
children |
line wrap: on
line source
class MusicPlayer: def play(self, name): pass def set_volume(self, name, volume): pass