Files
GabsPuNs-Project_Zenith_Main/Minecraft.Client/Consoles/Durango/Network/base64.h
GabsPuNs f87525a519 New File System and Cleanup some code Part 1
Trial code is almost cleaned.
Consoles are now unused.
stdafx unbloat for Minecraft.Client
2026-05-24 15:30:31 -04:00

6 lines
217 B
C++

#pragma once
#include <string>
Platform::String^ base64_encode(unsigned char* chars_to_encode, unsigned int in_len);
void base64_decode(Platform::String ^encoded_string, unsigned char *output, unsigned int out_len);