feat: Added Packet class and onPacket event
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#include <sqapi.h>
|
||||
#include <pybind11/embed.h>
|
||||
#include <iostream>
|
||||
#include <pybind11/embed.h>
|
||||
#include "events/sqevents.h"
|
||||
|
||||
namespace py = pybind11;
|
||||
@@ -11,6 +9,7 @@ py::module_ pysys = py::module_::import("sys");
|
||||
py::module_ g2o;
|
||||
py::module_ scripts;
|
||||
|
||||
|
||||
extern "C" SQRESULT SQRAT_API sqmodule_load(HSQUIRRELVM vm, HSQAPI api)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user