mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-20 07:10:25 +00:00
implement receiving new header format
This commit is contained in:
11
include/Helpers.h
Normal file
11
include/Helpers.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <span>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#pragma once
|
||||
|
||||
using ByteSpan = std::span<const char>;
|
||||
|
||||
std::string bytespan_to_string(ByteSpan span);
|
||||
|
||||
std::vector<char> strtovec(std::string_view str);
|
||||
Reference in New Issue
Block a user