#pragma once #include "hook/hook.h" #include "../cheat.h" #include class hooks { public: hooks(); void hook(); void unhook(); cheat* icheat; };