Textractor_test/texthook/hookfinder.h

8 lines
126 B
C
Raw Normal View History

2019-06-02 14:09:17 +08:00
#pragma once
#include "common.h"
#include "types.h"
void SearchForText(wchar_t* text);
void SearchForHooks(SearchParam sp);