1
0
mirror of https://github.com/Artikash/Textractor.git synced 2025-01-13 10:53:55 +08:00
2019-06-02 21:35:47 -04:00

8 lines
126 B
C

#pragma once
#include "common.h"
#include "types.h"
void SearchForText(wchar_t* text);
void SearchForHooks(SearchParam sp);