Files
ladybird/Userland/Libraries/LibAudio
Lucas CHOLLET b00476abac AK: Use an enum to specify the open mode instead of a bool
Let's replace this bool with an `enum class` in order to enhance
readability. This is done by repurposing `MappedFile`'s `OpenMode` into
a shared `enum` simply called `Mode`.
2023-11-08 18:19:34 +01:00
..
2023-08-29 10:43:34 +02:00
2023-08-29 10:43:34 +02:00