1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-03-13 15:47:14 +01:00
SqMod/module/Library/Web.cpp
2021-09-04 22:44:47 +03:00

16 lines
511 B
C++

// ------------------------------------------------------------------------------------------------
#include "Library/Web.hpp"
// ------------------------------------------------------------------------------------------------
namespace SqMod {
// ------------------------------------------------------------------------------------------------
// ================================================================================================
void Register_Web(HSQUIRRELVM vm)
{
}
} // Namespace:: SqMod