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); }