1
Fork 0
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:
Tim Schumacher 2023-02-07 12:43:54 +01:00 committed by Linus Groh
parent 23e10a30ad
commit 81863eaf57
3 changed files with 49 additions and 46 deletions

View file

@ -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