LiteLoaderBDS-1.16.40/ScriptEngine/Engine/RemoteCall.h
2022-09-21 19:47:03 +08:00

12 lines
375 B
C++

#pragma once
#include <API/APIHelp.h>
#include <string>
//////////////////// Funcs ////////////////////
bool LLSEExportFunc(ScriptEngine* engine, const Local<Function>& func, const string& exportName);
bool LLSERemoveAllExportedFuncs(ScriptEngine* engine);
class ModuleMessage;
void RemoteSyncCallRequest(ModuleMessage& msg);
void RemoteSyncCallReturn(ModuleMessage& msg);