#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sun, 20 May 2018 09:21:11 +0200
changeset 22964 22af4adfa337
parent 22963 1d4a56cacd1f
child 22965 0d1b7bb49334
#DOCUMENTATION by cg class: AbstractOperatingSystem class comment/format in: #playSound:mode:
AbstractOperatingSystem.st
--- a/AbstractOperatingSystem.st	Sun May 20 09:20:23 2018 +0200
+++ b/AbstractOperatingSystem.st	Sun May 20 09:21:11 2018 +0200
@@ -6591,6 +6591,8 @@
 !
 
 playSound:fileName mode:modeInteger
+    "this is an obsolete interface"
+    
     self playSound:fileName
 !