Implemented class StreamBuffer, which I'm quite satisfied with.

This commit is contained in:
2021-03-05 14:20:21 -05:00
parent 9d86347d54
commit c742bc5645
9 changed files with 776 additions and 215 deletions

View File

@@ -14,7 +14,7 @@ CPP_FILES=\
cpp/gui.cpp\
cpp/luasnap.cpp\
cpp/animqueue.cpp\
cpp/packer.cpp\
cpp/streambuffer.cpp\
cpp/source.cpp\
cpp/world.cpp\
cpp/textgame.cpp\