mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-10-21 02:17:18 +02:00
Preliminary Poco::Data bindings.
This commit is contained in:
@@ -47,6 +47,9 @@ extern void Register_Utils(HSQUIRRELVM vm);
|
||||
extern void Register_Worker(HSQUIRRELVM vm);
|
||||
extern void Register_Web(HSQUIRRELVM vm);
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
extern void Register_POCO_Data(HSQUIRRELVM vm);
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
extern void Register_Constants(HSQUIRRELVM vm);
|
||||
extern void Register_Log(HSQUIRRELVM vm);
|
||||
@@ -101,6 +104,8 @@ bool RegisterAPI(HSQUIRRELVM vm)
|
||||
//Register_Worker(vm);
|
||||
//Register_Web(vm);
|
||||
|
||||
Register_POCO_Data(vm);
|
||||
|
||||
Register_Constants(vm);
|
||||
Register_Log(vm);
|
||||
Register_Core(vm);
|
||||
|
Reference in New Issue
Block a user