diff options
Diffstat (limited to 'Minecraft.Client/Common/Network/Sony/SonyHttp.h')
| -rw-r--r-- | Minecraft.Client/Common/Network/Sony/SonyHttp.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Minecraft.Client/Common/Network/Sony/SonyHttp.h b/Minecraft.Client/Common/Network/Sony/SonyHttp.h new file mode 100644 index 00000000..3fa526b0 --- /dev/null +++ b/Minecraft.Client/Common/Network/Sony/SonyHttp.h @@ -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); +};
\ No newline at end of file |
