mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:37:44 +00:00
Kernel: Use AK::Stream
to write packed binary data
This commit is contained in:
parent
23e10a30ad
commit
81863eaf57
3 changed files with 49 additions and 46 deletions
|
@ -483,6 +483,8 @@ endif()
|
|||
set(AK_SOURCES
|
||||
../AK/GenericLexer.cpp
|
||||
../AK/Hex.cpp
|
||||
../AK/MemoryStream.cpp
|
||||
../AK/Stream.cpp
|
||||
../AK/StringBuilder.cpp
|
||||
../AK/StringUtils.cpp
|
||||
../AK/StringView.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue