blob: dce6b6c870ba6426a0de4749bf228a4baa927838 (
plain)
1
2
3
4
5
6
7
8
9
|
#include "pch.h"
#include "hooks.h"
#include "convar.h"
#include "hookutils.h"
#include "NSMem.h"
ON_DLL_LOAD_CLIENT_RELIESON("client.dll", MiscClientFixes, ConVar, [](HMODULE baseAddress)
{
})
|