view pytouhou/game/music.py @ 552:aad758aef26d

Don’t store framerate limit in the Window while it already is in the Clock.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Tue, 27 May 2014 19:25:33 +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