diff options
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | 4 |
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; |