Skip to content

Commit

Permalink
Merge pull request #1439 from dgelessus/hsstream_api_cleanup
Browse files Browse the repository at this point in the history
Clean up and consistently implement the `hsStream` API
  • Loading branch information
Hoikas authored Aug 3, 2023
2 parents 98b49a1 + 8b2f911 commit 4e2ff6c
Show file tree
Hide file tree
Showing 37 changed files with 177 additions and 1,227 deletions.
2 changes: 2 additions & 0 deletions Sources/Plasma/Apps/plPageInfo/plPageInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsStream.h"
#include "hsTimer.h"

#include <string_theory/format>

#include "pnKeyedObject/plKeyImp.h"

#include "plAgeDescription/plAgeManifest.h"
Expand Down
4 changes: 0 additions & 4 deletions Sources/Plasma/CoreLib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ set(CoreLib_SOURCES
hsGeometry3.cpp
hsMatrix33.cpp
hsMatrix44.cpp
hsMemory.cpp
hsQuat.cpp
hsRefCnt.cpp
hsSTLStream.cpp
hsStream.cpp
hsStringTokenizer.cpp
hsSystemInfo.cpp
Expand Down Expand Up @@ -49,13 +47,11 @@ set(CoreLib_HEADERS
hsLockGuard.h
hsMatrix44.h
hsMatrixMath.h
hsMemory.h
hsPoint2.h
hsPoolVector.h
hsQuat.h
hsRefCnt.h
hsSIMD.h
hsSTLStream.h
hsStream.h
hsStringTokenizer.h
hsSystemInfo.h
Expand Down
Loading

0 comments on commit 4e2ff6c

Please sign in to comment.