mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 22:05:36 +08:00
Update extensionimpl.cpp
This commit is contained in:
parent
2f93a2bf4d
commit
4678da4bf2
@ -31,3 +31,13 @@ extern "C" __declspec(dllexport) wchar_t* OnNewSentence(wchar_t* sentence, const
|
|||||||
}
|
}
|
||||||
return sentence;
|
return sentence;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
This API is not necessary, but when the plugin contains a configuration window, this API allows the user to show or hide the configuration window, which can greatly improve the user experience.
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
extern "C" __declspec(dllexport) void VisSetting(bool vis)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
*/
|
Loading…
Reference in New Issue
Block a user