mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 00:03:37 +00:00
9 lines
209 B
C++
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);
|
|
}; |