mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-24 01:14:12 +08:00
8 lines
207 B
C++
8 lines
207 B
C++
#include "extensions.h"
|
|
|
|
bool ProcessSentence(std::wstring& sentence, const InfoForExtension* miscInfo)
|
|
{
|
|
if (GetProperty("hook address", miscInfo) == -1) return false;
|
|
sentence += L"\r\n";
|
|
return true;
|
|
} |