8 lines
126 B
C
8 lines
126 B
C
|
#pragma once
|
||
|
|
||
|
#include "common.h"
|
||
|
#include "types.h"
|
||
|
|
||
|
void SearchForText(wchar_t* text);
|
||
|
void SearchForHooks(SearchParam sp);
|