prepare for remake input handling, prepare other stuff

This commit is contained in:
chrys
2016-09-02 22:13:33 +02:00
parent 7227f52ac7
commit 1887810e69
7 changed files with 13 additions and 12 deletions

View File

@@ -18,5 +18,3 @@ class sound():
pass
def setVolume(self, volume):
self.volume = volume
def shutdown(self):
pass