BlackBone
Windows memory hacking library
 All Classes Functions
HookHandlers.h
1 #pragma once
2 
3 #include "../Config.h"
4 #include "LocalHookBase.h"
5 
6 namespace blackbone
7 {
8 
9  class BLACKBONE_API NoClass { };
10 
11  template<typename Fn, class C>
12  struct HookHandler;
13 
14 }
15 
16 #include "HookHandlerCdecl.h"
17 
18 #ifndef USE64
19 #include "HookHandlerStdcall.h"
20 #include "HookHandlerThiscall.h"
21 #include "HookHandlerFastcall.h"
22 #endif
Definition: HookHandlers.h:9
Definition: HookHandlers.h:12
Definition: AsmHelper32.cpp:6