open-ead / sead

Decompilation of sead: the standard C++ library for first-party Nintendo games
190 stars 26 forks source link

Correct BufferWriteStream to use WriteStream #103

Closed Sanae6 closed 2 years ago

Sanae6 commented 2 years ago

BufferWriteStream extends WriteStream and takes in a WriteStream in its constructor.


This change is Reviewable