Added a new hook: HOOK_ENCOUNTER

Added procedure and macros for unsigned integer comparison to lib.math.h.
This commit is contained in:
NovaRain
2020-01-19 12:18:14 +08:00
parent bf4c47d1c0
commit 957ed92498
8 changed files with 130 additions and 0 deletions
+1
View File
@@ -65,6 +65,7 @@
#define HOOK_STDPROCEDURE (40)
#define HOOK_STDPROCEDURE_END (41)
#define HOOK_TARGETOBJECT (42)
#define HOOK_ENCOUNTER (43)
//Valid arguments to list_begin
#define LIST_CRITTERS (0)