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