mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-02-16 02:30:44 +00:00
fix compiler error in decomp
This commit is contained in:
@@ -9,5 +9,5 @@
|
||||
#include <span>
|
||||
#include <vector>
|
||||
|
||||
std::vector<char> Comp(std::span<char> input);
|
||||
std::vector<char> DeComp(std::span<char> input);
|
||||
std::vector<char> Comp(std::span<const char> input);
|
||||
std::vector<char> DeComp(std::span<const char> input);
|
||||
|
||||
Reference in New Issue
Block a user