mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-25 01:44:13 +08:00
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);
|