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