diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-03-18 19:01:07 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-03-18 19:01:07 +0100 |
commit | 68b16d11c5f3cdf67a58154dbf22ad3da60a6f9f (patch) | |
tree | 1e638099981549b0a63c667ee3e0debfab844a19 /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | |
parent | 7b71f22331c805a406c57f5a8eff93b464b57018 (diff) | |
download | hercules-68b16d11c5f3cdf67a58154dbf22ad3da60a6f9f.tar.gz hercules-68b16d11c5f3cdf67a58154dbf22ad3da60a6f9f.tar.bz2 hercules-68b16d11c5f3cdf67a58154dbf22ad3da60a6f9f.tar.xz hercules-68b16d11c5f3cdf67a58154dbf22ad3da60a6f9f.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc index 4f37743f6..0f1a72d01 100644 --- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc @@ -219,6 +219,10 @@ struct { struct HPMHookPoint *HP_bg_send_xy_timer_sub_post; struct HPMHookPoint *HP_bg_send_xy_timer_pre; struct HPMHookPoint *HP_bg_send_xy_timer_post; + struct HPMHookPoint *HP_bg_afk_timer_pre; + struct HPMHookPoint *HP_bg_afk_timer_post; + struct HPMHookPoint *HP_bg_str2teamtype_pre; + struct HPMHookPoint *HP_bg_str2teamtype_post; struct HPMHookPoint *HP_bg_config_read_pre; struct HPMHookPoint *HP_bg_config_read_post; struct HPMHookPoint *HP_buyingstore_setup_pre; @@ -5252,6 +5256,10 @@ struct { int HP_bg_send_xy_timer_sub_post; int HP_bg_send_xy_timer_pre; int HP_bg_send_xy_timer_post; + int HP_bg_afk_timer_pre; + int HP_bg_afk_timer_post; + int HP_bg_str2teamtype_pre; + int HP_bg_str2teamtype_post; int HP_bg_config_read_pre; int HP_bg_config_read_post; int HP_buyingstore_setup_pre; |