> refactor hooks::devel to work better with hooks::wmisc > minor naming consistency changes
10 lines
187 B
C++
10 lines
187 B
C++
#pragma once
|
|
#include <windows.h>
|
|
|
|
|
|
namespace hooks::wmisc
|
|
{
|
|
void skip_patching_by_model(bool val);
|
|
void apply_performance_hacks(HINSTANCE hmodule, const char *model, const char *ext);
|
|
}
|