add session replay functions

This commit is contained in:
Martin Michelsen
2022-07-01 00:26:48 -07:00
parent 38b0539124
commit a7e3d4853a
25 changed files with 686 additions and 125 deletions
+7
View File
@@ -90,3 +90,10 @@ T& check_size_t(
}
void check_size_v(size_t size, size_t min_size, size_t max_size = 0);
std::string prepend_command_header(
GameVersion version,
bool encryption_enabled,
uint16_t cmd,
uint32_t flag,
const std::string& data);