Textractor/texthook/hookfinder.h

8 lines
126 B
C
Raw Normal View History

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