summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2014-05-08 17:16:42 +0200
committerHerculesWSAPI <Hercules@efficiently.awesome>2014-05-08 17:16:42 +0200
commit6d0eb4fbed95a3cc0d6e198a74d4d3eaea5cb94f (patch)
treec2e5868d0b5f7d4835a344b52926f7ef4921c08c /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
parentc4603a0335e5cfe49a600ff58c9060680b55360d (diff)
downloadhercules-6d0eb4fbed95a3cc0d6e198a74d4d3eaea5cb94f.tar.gz
hercules-6d0eb4fbed95a3cc0d6e198a74d4d3eaea5cb94f.tar.bz2
hercules-6d0eb4fbed95a3cc0d6e198a74d4d3eaea5cb94f.tar.xz
hercules-6d0eb4fbed95a3cc0d6e198a74d4d3eaea5cb94f.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.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
index 61c510606..b6202d687 100644
--- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
@@ -2125,6 +2125,8 @@ struct {
struct HPMHookPoint *HP_homun_addspiritball_post;
struct HPMHookPoint *HP_homun_delspiritball_pre;
struct HPMHookPoint *HP_homun_delspiritball_post;
+ struct HPMHookPoint *HP_homun_get_intimacy_grade_pre;
+ struct HPMHookPoint *HP_homun_get_intimacy_grade_post;
struct HPMHookPoint *HP_instance_init_pre;
struct HPMHookPoint *HP_instance_init_post;
struct HPMHookPoint *HP_instance_final_pre;
@@ -7164,6 +7166,8 @@ struct {
int HP_homun_addspiritball_post;
int HP_homun_delspiritball_pre;
int HP_homun_delspiritball_post;
+ int HP_homun_get_intimacy_grade_pre;
+ int HP_homun_get_intimacy_grade_post;
int HP_instance_init_pre;
int HP_instance_init_post;
int HP_instance_final_pre;