aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/ExploitFixes.h
blob: 1cafe7583f6798f5a01b06e13fd53f45f26f9c6b (plain)
1
2
3
4
5
6
7
8
9
10
// KittenPopo's exploit fix hooks, feel free to add more here

#pragma once
#include "pch.h"

namespace ExploitFixes
{
	void LoadCallback(HMODULE unused);
	void LoadCallbackEngine(HMODULE baseAddress);
} // namespace ExploitFixes