mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 16:57:16 +01:00
21 lines
679 B
C++
21 lines
679 B
C++
|
// ------------------------------------------------------------------------------------------------
|
||
|
#include "Library/CURL.hpp"
|
||
|
#include "Base/Shared.hpp"
|
||
|
|
||
|
// ------------------------------------------------------------------------------------------------
|
||
|
#include <cstdlib>
|
||
|
#include <cstring>
|
||
|
|
||
|
// ------------------------------------------------------------------------------------------------
|
||
|
namespace SqMod {
|
||
|
|
||
|
// ------------------------------------------------------------------------------------------------
|
||
|
|
||
|
// ================================================================================================
|
||
|
void Register_CURL(HSQUIRRELVM vm)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
} // Namespace:: SqMod
|