2018-05-25 16:34:40 +08:00
|
|
|
#include <Windows.h>
|
2018-07-12 08:18:04 +08:00
|
|
|
#include <string>
|
2018-05-25 16:34:40 +08:00
|
|
|
|
2018-07-12 08:18:04 +08:00
|
|
|
typedef std::wstring (*ExtensionFunction)(std::wstring, DWORD64);
|
2018-05-25 16:34:40 +08:00
|
|
|
void LoadExtensions();
|
2018-07-12 08:18:04 +08:00
|
|
|
std::wstring DispatchSentenceToExtensions(std::wstring sentence, DWORD64 info);
|