5 lines
163 B
C
5 lines
163 B
C
#include <Windows.h>
|
|
|
|
typedef void(*ExtensionFunction)(LPCWSTR, DWORD64);
|
|
void LoadExtensions();
|
|
void DispatchSentenceToExtensions(LPCWSTR sentence, DWORD64 info); |