aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/ExploitFixes.h
blob: 16196cbf7ad9a14d5a1cf8d5ee17016d37bb3d90 (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);
}