1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/module/Library/CURL.cpp
2021-01-27 07:27:48 +02:00

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