mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-08-16 12:57:10 +02:00
Preliminary Poco::Data bindings.
This commit is contained in:
18
module/PocoLib/JSON.cpp
Normal file
18
module/PocoLib/JSON.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
#include "PocoLib/JSON.hpp"
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
namespace SqMod {
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
// ================================================================================================
|
||||
void Register_POCO_JSON(HSQUIRRELVM vm)
|
||||
{
|
||||
Table ns(vm);
|
||||
|
||||
RootTable(vm).Bind(_SC("SqJSON"), ns);
|
||||
}
|
||||
|
||||
} // Namespace:: SqMod
|
Reference in New Issue
Block a user