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

#pragma once
#include "pch.h"

namespace ExploitFixes {
	void LoadCallback(HMODULE unused);
}