summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2016-04-04 16:09:25 +0200
committerHerculesWSAPI <Hercules@efficiently.awesome>2016-04-04 16:09:25 +0200
commit73a617651b290eef4d5c1e6900eed6cb3526c307 (patch)
treeab831d705642a3cb5adb6d6a2c4da409ae6890c6 /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parent3732bd4a6b708651f6b4bcd32d6beb2b7f49c478 (diff)
downloadhercules-73a617651b290eef4d5c1e6900eed6cb3526c307.tar.gz
hercules-73a617651b290eef4d5c1e6900eed6cb3526c307.tar.bz2
hercules-73a617651b290eef4d5c1e6900eed6cb3526c307.tar.xz
hercules-73a617651b290eef4d5c1e6900eed6cb3526c307.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
index 58df825c9..a11e964c2 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -4538,6 +4538,8 @@ struct {
struct HPMHookPoint *HP_script_get_val2_post;
struct HPMHookPoint *HP_script_push_str_pre;
struct HPMHookPoint *HP_script_push_str_post;
+ struct HPMHookPoint *HP_script_push_conststr_pre;
+ struct HPMHookPoint *HP_script_push_conststr_post;
struct HPMHookPoint *HP_script_push_copy_pre;
struct HPMHookPoint *HP_script_push_copy_post;
struct HPMHookPoint *HP_script_pop_stack_pre;
@@ -10419,6 +10421,8 @@ struct {
int HP_script_get_val2_post;
int HP_script_push_str_pre;
int HP_script_push_str_post;
+ int HP_script_push_conststr_pre;
+ int HP_script_push_conststr_post;
int HP_script_push_copy_pre;
int HP_script_push_copy_post;
int HP_script_pop_stack_pre;