// KittenPopo's exploit fix hooks, feel free to add more here

#pragma once
#include "pch.h"

namespace ExploitFixes
{
	void LoadCallback(HMODULE unused);
}