From 06aefcd31b463aaecb0f76b560feda6c2f7e9f8c Mon Sep 17 00:00:00 2001 From: Chenx221 Date: Tue, 10 Sep 2024 01:09:54 +0800 Subject: [PATCH] up --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dbbbc04..0de6a0f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,5 @@ After the sentence has been processed by all extensions, it will be displayed. `"void (*AddText)(int64_t number, const wchar_t* text)"`: similar to AddSentence, but doesn't treat the text like it's a full sentence.
`"DWORD (*GetSelectedProcessId)()"`: pointer to function that returns the process id currently selected in Textractor's top left dropdown. -# Notes You just need Visual Studio with basic C++ support to compile this project.