nbsdgames/display/snd_off.py
2021-02-04 08:37:39 +01:00

6 lines
112 B
Python

class Sound:
has_sound = 0 # no sound
has_music = 0 # no music
def __init__(self):
pass