Add some bit utils and initial l77 encoder.
This commit is contained in:
parent
ff962a6b16
commit
318b481ccc
12 changed files with 508 additions and 117 deletions
|
@ -14,6 +14,7 @@ list(APPEND core_HEADERS
|
|||
)
|
||||
|
||||
list(APPEND core_LIB_INCLUDES
|
||||
ByteUtils.cpp
|
||||
Event.cpp
|
||||
Dictionary.cpp
|
||||
Color.cpp
|
||||
|
@ -28,6 +29,7 @@ list(APPEND core_LIB_INCLUDES
|
|||
RandomUtils.cpp
|
||||
StringUtils.cpp
|
||||
streams/BinaryStream.cpp
|
||||
streams/BitStream.cpp
|
||||
http/HttpResponse.cpp
|
||||
http/HttpHeader.cpp
|
||||
http/HttpRequest.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue