summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2016-07-10 17:07:54 +0200
committerHerculesWSAPI <dev@herc.ws>2016-07-10 17:07:54 +0200
commit72bb5184144dad528168c3dcf783284ea2d32870 (patch)
tree1862c91ec57ce9890692e45708dd9c0f2d2017d6 /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parent0b867049234130075538e77193aa45bc36a73590 (diff)
downloadhercules-72bb5184144dad528168c3dcf783284ea2d32870.tar.gz
hercules-72bb5184144dad528168c3dcf783284ea2d32870.tar.bz2
hercules-72bb5184144dad528168c3dcf783284ea2d32870.tar.xz
hercules-72bb5184144dad528168c3dcf783284ea2d32870.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <dev@herc.ws>
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 74cbbabd4..591c6b147 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -4828,6 +4828,8 @@ struct {
struct HPMHookPoint *HP_script_string_dup_post;
struct HPMHookPoint *HP_script_load_translations_pre;
struct HPMHookPoint *HP_script_load_translations_post;
+ struct HPMHookPoint *HP_script_load_translation_addstring_pre;
+ struct HPMHookPoint *HP_script_load_translation_addstring_post;
struct HPMHookPoint *HP_script_load_translation_pre;
struct HPMHookPoint *HP_script_load_translation_post;
struct HPMHookPoint *HP_script_translation_db_destroyer_pre;
@@ -10783,6 +10785,8 @@ struct {
int HP_script_string_dup_post;
int HP_script_load_translations_pre;
int HP_script_load_translations_post;
+ int HP_script_load_translation_addstring_pre;
+ int HP_script_load_translation_addstring_post;
int HP_script_load_translation_pre;
int HP_script_load_translation_post;
int HP_script_translation_db_destroyer_pre;