diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-28 17:09:52 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-28 17:09:52 +0200 |
commit | 900805f3d6ddcf31fc3141a460e888c3f90a8099 (patch) | |
tree | 9a4c7354a55da6dcdcb6e373353e5589f7ab9e52 | |
parent | 59b2541ea882e360b6ba9c724f238e545a9aa4fe (diff) |
update audio facade class diagram
-rw-r--r-- | img/facade-audio.puml | 5 |
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 |