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

#pragma once
#include "pch.h"

namespace ExploitFixes
{
	void LoadCallback(HMODULE unused);
}