Mercurial > touhou
view pytouhou/game/music.py @ 696:7ae576a418ff
ecl_vm: implement Call, Return, and the call stack thingy.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 23 Aug 2019 02:31:08 +0200 |
parents | d1f0bb0b7a17 |
children |
line wrap: on
line source
class MusicPlayer: def play(self, name): pass def set_volume(self, name, volume): pass