1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/module/PocoLib/Net.cpp

19 lines
590 B
C++
Raw Normal View History

2021-01-30 23:16:10 +01:00
// ------------------------------------------------------------------------------------------------
#include "PocoLib/Net.hpp"
// ------------------------------------------------------------------------------------------------
namespace SqMod {
// ------------------------------------------------------------------------------------------------
// ================================================================================================
2021-02-02 18:07:02 +01:00
void Register_POCO_Net(HSQUIRRELVM vm, Table &)
2021-01-30 23:16:10 +01:00
{
2021-02-03 11:51:40 +01:00
//Table ns(vm);
2021-01-30 23:16:10 +01:00
2021-02-03 11:51:40 +01:00
//RootTable(vm).Bind(_SC("SqNet"), ns);
2021-01-30 23:16:10 +01:00
}
} // Namespace:: SqMod