Textractor_test/texthook/hookfinder.h
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);