summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-11-13 13:07:16 -0500
committergumi <git@gumi.ca>2018-11-13 13:07:16 -0500
commitafc68b65ad3a2a05eccd578acc2fe71a5f42655a (patch)
treeefb1b7ba094243713ab062f16a0011ee33c4dfcd /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parentc964aa4b43de4e534e1ea421841ee090cc71e6e8 (diff)
downloadhercules-afc68b65ad3a2a05eccd578acc2fe71a5f42655a.tar.gz
hercules-afc68b65ad3a2a05eccd578acc2fe71a5f42655a.tar.bz2
hercules-afc68b65ad3a2a05eccd578acc2fe71a5f42655a.tar.xz
hercules-afc68b65ad3a2a05eccd578acc2fe71a5f42655a.zip
update HPM hooks, for map_zone_remove_all
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 b0b2e7a32..873e82c48 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -3388,6 +3388,8 @@ struct {
struct HPMHookPoint *HP_map_zone_init_post;
struct HPMHookPoint *HP_map_zone_remove_pre;
struct HPMHookPoint *HP_map_zone_remove_post;
+ struct HPMHookPoint *HP_map_zone_remove_all_pre;
+ struct HPMHookPoint *HP_map_zone_remove_all_post;
struct HPMHookPoint *HP_map_zone_apply_pre;
struct HPMHookPoint *HP_map_zone_apply_post;
struct HPMHookPoint *HP_map_zone_change_pre;
@@ -9991,6 +9993,8 @@ struct {
int HP_map_zone_init_post;
int HP_map_zone_remove_pre;
int HP_map_zone_remove_post;
+ int HP_map_zone_remove_all_pre;
+ int HP_map_zone_remove_all_post;
int HP_map_zone_apply_pre;
int HP_map_zone_apply_post;
int HP_map_zone_change_pre;