add text archive encoder/decoder

This commit is contained in:
Martin Michelsen
2023-10-08 23:00:18 -07:00
parent aa76631073
commit a674721727
6 changed files with 457 additions and 33 deletions
+1
View File
@@ -103,6 +103,7 @@ add_executable(newserv
src/Shell.cc
src/StaticGameData.cc
src/Text.cc
src/TextArchive.cc
src/Version.cc
)
target_include_directories(newserv PUBLIC ${LIBEVENT_INCLUDE_DIR})