mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-15 06:37:13 +02:00
Don't bind incomplete libraries.
This commit is contained in:
@ -10,9 +10,9 @@ namespace SqMod {
|
||||
// ================================================================================================
|
||||
void Register_POCO_JSON(HSQUIRRELVM vm, Table &)
|
||||
{
|
||||
Table ns(vm);
|
||||
//Table ns(vm);
|
||||
|
||||
RootTable(vm).Bind(_SC("SqJSON"), ns);
|
||||
//RootTable(vm).Bind(_SC("SqJSON"), ns);
|
||||
}
|
||||
|
||||
} // Namespace:: SqMod
|
||||
|
@ -10,9 +10,9 @@ namespace SqMod {
|
||||
// ================================================================================================
|
||||
void Register_POCO_Net(HSQUIRRELVM vm, Table &)
|
||||
{
|
||||
Table ns(vm);
|
||||
//Table ns(vm);
|
||||
|
||||
RootTable(vm).Bind(_SC("SqNet"), ns);
|
||||
//RootTable(vm).Bind(_SC("SqNet"), ns);
|
||||
}
|
||||
|
||||
} // Namespace:: SqMod
|
||||
|
@ -10,9 +10,9 @@ namespace SqMod {
|
||||
// ================================================================================================
|
||||
void Register_POCO_XML(HSQUIRRELVM vm, Table &)
|
||||
{
|
||||
Table ns(vm);
|
||||
//Table ns(vm);
|
||||
|
||||
RootTable(vm).Bind(_SC("SqXML"), ns);
|
||||
//RootTable(vm).Bind(_SC("SqXML"), ns);
|
||||
}
|
||||
|
||||
} // Namespace:: SqMod
|
||||
|
Reference in New Issue
Block a user