Initial commit
This commit is contained in:
11
Minecraft.Client/Common/Network/Sony/SonyHttp.h
Normal file
11
Minecraft.Client/Common/Network/Sony/SonyHttp.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
|
||||
class SonyHttp
|
||||
{
|
||||
public:
|
||||
static bool init();
|
||||
static void shutdown();
|
||||
static bool getDataFromURL(const char* szURL, void** ppOutData, int* pDataSize);
|
||||
};
|
||||
Reference in New Issue
Block a user