#pragma once #include "Utils/DataPack.h" void PakEncrypt(DataPack& input, std::string key); void PakDecrypt(DataPack& input, std::string key);