diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2016-03-19 22:54:40 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2016-03-19 22:54:40 +0100 |
commit | 6d0a5ec55528423d309c875725e382fb0311f92c (patch) | |
tree | 95d9d380642420e66a02ef08dcc1386b9cc43f06 /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | |
parent | 100d5364c2e70ddf3285beac74e5032a894cbd43 (diff) | |
download | hercules-6d0a5ec55528423d309c875725e382fb0311f92c.tar.gz hercules-6d0a5ec55528423d309c875725e382fb0311f92c.tar.bz2 hercules-6d0a5ec55528423d309c875725e382fb0311f92c.tar.xz hercules-6d0a5ec55528423d309c875725e382fb0311f92c.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.inc | 4 |
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 caea8381e..58df825c9 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc @@ -1854,6 +1854,8 @@ struct { struct HPMHookPoint *HP_clif_selectcart_post; struct HPMHookPoint *HP_clif_pSelectCart_pre; struct HPMHookPoint *HP_clif_pSelectCart_post; + struct HPMHookPoint *HP_clif_get_bl_name_pre; + struct HPMHookPoint *HP_clif_get_bl_name_post; struct HPMHookPoint *HP_cmdline_init_pre; struct HPMHookPoint *HP_cmdline_init_post; struct HPMHookPoint *HP_cmdline_final_pre; @@ -7733,6 +7735,8 @@ struct { int HP_clif_selectcart_post; int HP_clif_pSelectCart_pre; int HP_clif_pSelectCart_post; + int HP_clif_get_bl_name_pre; + int HP_clif_get_bl_name_post; int HP_cmdline_init_pre; int HP_cmdline_init_post; int HP_cmdline_final_pre; |