summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-08 11:45:01 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-08 11:45:01 -0300
commit05c1c0552fe6c94d8835a58f4608d0402614ce39 (patch)
tree25c6cddf9cd1767835266171d26d86d04882fdee /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parent36b0aad136e42687ed5f5383f8d93128d73c398b (diff)
downloadhercules-05c1c0552fe6c94d8835a58f4608d0402614ce39.tar.gz
hercules-05c1c0552fe6c94d8835a58f4608d0402614ce39.tar.bz2
hercules-05c1c0552fe6c94d8835a58f4608d0402614ce39.tar.xz
hercules-05c1c0552fe6c94d8835a58f4608d0402614ce39.zip
[TMW2] Hercules Ultimate Storage System
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
index 1196e3a99..fff6c6481 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -6528,8 +6528,22 @@ struct {
struct HPMHookPoint *HP_status_base_matk_min_post;
struct HPMHookPoint *HP_status_base_matk_max_pre;
struct HPMHookPoint *HP_status_base_matk_max_post;
+ struct HPMHookPoint *HP_storage_init_pre;
+ struct HPMHookPoint *HP_storage_init_post;
+ struct HPMHookPoint *HP_storage_final_pre;
+ struct HPMHookPoint *HP_storage_final_post;
struct HPMHookPoint *HP_storage_reconnect_pre;
struct HPMHookPoint *HP_storage_reconnect_post;
+ struct HPMHookPoint *HP_storage_config_read_pre;
+ struct HPMHookPoint *HP_storage_config_read_post;
+ struct HPMHookPoint *HP_storage_config_read_additional_fields_pre;
+ struct HPMHookPoint *HP_storage_config_read_additional_fields_post;
+ struct HPMHookPoint *HP_storage_get_id_by_name_pre;
+ struct HPMHookPoint *HP_storage_get_id_by_name_post;
+ struct HPMHookPoint *HP_storage_ensure_pre;
+ struct HPMHookPoint *HP_storage_ensure_post;
+ struct HPMHookPoint *HP_storage_get_settings_pre;
+ struct HPMHookPoint *HP_storage_get_settings_post;
struct HPMHookPoint *HP_storage_delitem_pre;
struct HPMHookPoint *HP_storage_delitem_post;
struct HPMHookPoint *HP_storage_open_pre;
@@ -13357,8 +13371,22 @@ struct {
int HP_status_base_matk_min_post;
int HP_status_base_matk_max_pre;
int HP_status_base_matk_max_post;
+ int HP_storage_init_pre;
+ int HP_storage_init_post;
+ int HP_storage_final_pre;
+ int HP_storage_final_post;
int HP_storage_reconnect_pre;
int HP_storage_reconnect_post;
+ int HP_storage_config_read_pre;
+ int HP_storage_config_read_post;
+ int HP_storage_config_read_additional_fields_pre;
+ int HP_storage_config_read_additional_fields_post;
+ int HP_storage_get_id_by_name_pre;
+ int HP_storage_get_id_by_name_post;
+ int HP_storage_ensure_pre;
+ int HP_storage_ensure_post;
+ int HP_storage_get_settings_pre;
+ int HP_storage_get_settings_post;
int HP_storage_delitem_pre;
int HP_storage_delitem_post;
int HP_storage_open_pre;