1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-18 14:27:36 +00:00
serenity/Userland/Applets/ResourceGraph
Tim Schumacher 8464da1439 AK: Move Stream and SeekableStream from LibCore
`Stream` will be qualified as `AK::Stream` until we remove the
`Core::Stream` namespace. `IODevice` now reuses the `SeekMode` that is
defined by `SeekableStream`, since defining its own would require us to
qualify it with `AK::SeekMode` everywhere.
2023-01-29 19:16:44 -07:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
main.cpp AK: Move Stream and SeekableStream from LibCore 2023-01-29 19:16:44 -07:00