start fixing mod download

This commit is contained in:
Lion Kortlepel
2022-06-28 03:20:26 +02:00
parent 25391fa0c7
commit 817bd4b588
3 changed files with 60 additions and 11 deletions

View File

@@ -48,4 +48,5 @@ private:
void SendFile(TClient& c, const std::string& Name);
static bool TCPSendRaw(TClient& C, SOCKET socket, char* Data, int32_t Size);
static void SplitLoad(TClient& c, size_t Sent, size_t Size, bool D, const std::string& Name);
static uint8_t* SendSplit(TClient& c, SOCKET Socket, uint8_t* DataPtr, size_t Size);
};