Botcraft 1.21.4
Loading...
Searching...
No Matches
GZip.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <vector>
4
5namespace ProtocolCraft
6{
7 std::vector<unsigned char> ExtractGZip(std::vector<unsigned char>::const_iterator& iter, std::size_t& length);
8}
std::vector< unsigned char > ExtractGZip(std::vector< unsigned char >::const_iterator &iter, std::size_t &length)