mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-06 20:03:51 +00:00
12 lines
375 B
C++
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); |