9 lines
148 B
C++
9 lines
148 B
C++
#pragma once
|
|
#include <windows.h>
|
|
|
|
|
|
namespace hooks::wmisc
|
|
{
|
|
void apply_performance_hacks(HINSTANCE hmodule, const char *model, const char *ext);
|
|
}
|