Files
cafeberry/Minecraft.Client/Common/Network/Sony/SonyHttp.h
T
2026-07-03 18:34:01 +01:00

11 lines
181 B
C++

#pragma once
class SonyHttp
{
public:
static bool init();
static void shutdown();
static bool getDataFromURL(const char* szURL, void** ppOutData, int* pDataSize);
};