1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-22 10:07:11 +02:00

CivetWeb as a potential library.

This commit is contained in:
Sandu Liviu Catalin
2021-09-04 22:44:47 +03:00
parent d879999aeb
commit bc2260a0f0
21 changed files with 30501 additions and 1 deletions

15
module/Library/Web.cpp Normal file

@ -0,0 +1,15 @@
// ------------------------------------------------------------------------------------------------
#include "Library/Web.hpp"
// ------------------------------------------------------------------------------------------------
namespace SqMod {
// ------------------------------------------------------------------------------------------------
// ================================================================================================
void Register_Web(HSQUIRRELVM vm)
{
}
} // Namespace:: SqMod

14
module/Library/Web.hpp Normal file

@ -0,0 +1,14 @@
#pragma once
// ------------------------------------------------------------------------------------------------
#include "Core/Common.hpp"
// ------------------------------------------------------------------------------------------------
#include <civetweb.h>
// ------------------------------------------------------------------------------------------------
namespace SqMod {
} // Namespace:: SqMod