#pragma once #include "LocalHookBase.h" namespace blackbone { class BLACKBONE_API NoClass { }; template struct HookHandler; } #include "HookHandlerCdecl.h" #ifndef USE64 #include "HookHandlerStdcall.h" #include "HookHandlerThiscall.h" #include "HookHandlerFastcall.h" #endif