summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.Defs.inc
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2020-04-05 19:38:09 +0200
committerHerculesWSAPI <dev@herc.ws>2020-04-05 19:38:09 +0200
commite827fed09af22b18ffa54ca5dc9991eff464f7ab (patch)
treea9b6a3ceeacd9523b015753067cf7b01b0e54116 /src/plugins/HPMHooking/HPMHooking.Defs.inc
parent0c7baa39ae58eaf7f823f04a57247e1cc7ab604f (diff)
downloadhercules-e827fed09af22b18ffa54ca5dc9991eff464f7ab.tar.gz
hercules-e827fed09af22b18ffa54ca5dc9991eff464f7ab.tar.bz2
hercules-e827fed09af22b18ffa54ca5dc9991eff464f7ab.tar.xz
hercules-e827fed09af22b18ffa54ca5dc9991eff464f7ab.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.Defs.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking.Defs.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.Defs.inc b/src/plugins/HPMHooking/HPMHooking.Defs.inc
index 28f81b97f..f01d0250d 100644
--- a/src/plugins/HPMHooking/HPMHooking.Defs.inc
+++ b/src/plugins/HPMHooking/HPMHooking.Defs.inc
@@ -5830,6 +5830,10 @@ typedef int (*HPMHOOK_pre_npc_secure_timeout_timer) (int *tid, int64 *tick, int
typedef int (*HPMHOOK_post_npc_secure_timeout_timer) (int retVal___, int tid, int64 tick, int id, intptr_t data);
#endif // MAP_NPC_H
#ifdef COMMON_NULLPO_H /* nullpo */
+typedef void (*HPMHOOK_pre_nullpo_init) (void);
+typedef void (*HPMHOOK_post_nullpo_init) (void);
+typedef void (*HPMHOOK_pre_nullpo_final) (void);
+typedef void (*HPMHOOK_post_nullpo_final) (void);
typedef void (*HPMHOOK_pre_nullpo_assert_report) (const char **file, int *line, const char **func, const char **targetname, const char **title);
typedef void (*HPMHOOK_post_nullpo_assert_report) (const char *file, int line, const char *func, const char *targetname, const char *title);
#endif // COMMON_NULLPO_H