diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2016-07-02 19:17:55 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2016-07-02 19:17:55 +0200 |
commit | 78be9aa56f3df55d3a40da4302c995eef4ae2a28 (patch) | |
tree | e5d988d333a9ccddf7dc41351c68685847585428 /src/plugins/HPMHooking/HPMHooking.Defs.inc | |
parent | 0623dad90cb238648755776c56800d0c144d2a86 (diff) | |
download | hercules-78be9aa56f3df55d3a40da4302c995eef4ae2a28.tar.gz hercules-78be9aa56f3df55d3a40da4302c995eef4ae2a28.tar.bz2 hercules-78be9aa56f3df55d3a40da4302c995eef4ae2a28.tar.xz hercules-78be9aa56f3df55d3a40da4302c995eef4ae2a28.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.Defs.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.Defs.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.Defs.inc b/src/plugins/HPMHooking/HPMHooking.Defs.inc index 8a6f34e2e..12e6d8ed3 100644 --- a/src/plugins/HPMHooking/HPMHooking.Defs.inc +++ b/src/plugins/HPMHooking/HPMHooking.Defs.inc @@ -23,6 +23,8 @@ * as it will get overwritten. */ +/* GENERATED FILE DO NOT EDIT */ + #ifdef COMMON_UTILS_H /* HCache */ typedef void (*HPMHOOK_pre_HCache_init) (void); typedef void (*HPMHOOK_post_HCache_init) (void); |