4jcraft/Minecraft.Client/Platform/Common/Network/Sony/SonyHttp.h
2026-03-22 04:16:54 -05:00

9 lines
209 B
C++

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