aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--img/facade-audio.puml5
1 files changed, 1 insertions, 4 deletions
diff --git a/img/facade-audio.puml b/img/facade-audio.puml
index 0b0e6ea..f760652 100644
--- a/img/facade-audio.puml
+++ b/img/facade-audio.puml
@@ -24,16 +24,13 @@ package crepe {
package SoLoud {
class Soloud
- class WavStream
class Wav
}
' layout
crepe -[hidden]down- SoLoud
-SoLoud.Wav -[hidden]right- SoLoud.WavStream
-SoLoud.WavStream -[hidden]right- SoLoud.Soloud
-crepe.Sound ..> (SoLoud.WavStream, SoLoud.Wav) : either
+crepe.Sound ..> SoLoud.Wav
crepe.SoundSystem ..> SoLoud.Soloud
@enduml