forked from LeenkxTeam/LNXRNT
Here comes he RunT!
This commit is contained in:
12
Sources/websocket_v8_bindings.h
Normal file
12
Sources/websocket_v8_bindings.h
Normal file
@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <v8.h>
|
||||
|
||||
void bind_websocket_bridge(v8::Isolate* isolate, const v8::Global<v8::Context>& context);
|
||||
|
||||
void v8_runt_websocket_server_create(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
void v8_runt_websocket_server_start(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
void v8_runt_websocket_server_stop(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
void v8_runt_websocket_server_tick(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
void v8_runt_websocket_server_send_all(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
void v8_runt_websocket_server_send_client(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
Reference in New Issue
Block a user