Add utils for working with endianness, more documentation, refactor CMake

Decided to update the docs, as well as adding few new features and small
refactoring.
This commit is contained in:
2025-02-28 21:44:01 +03:00
parent 93033ebc99
commit a2d0913c79
19 changed files with 4138 additions and 43 deletions

View File

@@ -0,0 +1,3 @@
# PakReader
add_executable(PakReader PakReader.c)
target_link_libraries(PakReader BHLib)