Mercurial > touhou
view pytouhou/game/music.py @ 683:8c50a7b19425
ecl_vm: more work
author | Gauvain "GovanifY" Roussel-Tarbouriech <gauvain@govanify.com> |
---|---|
date | Fri, 16 Aug 2019 23:45:28 +0200 |
parents | d1f0bb0b7a17 |
children |
line wrap: on
line source
class MusicPlayer: def play(self, name): pass def set_volume(self, name, volume): pass