diff options
author | gumi <git@gumi.ca> | 2018-03-14 13:24:32 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-03-14 14:03:32 -0400 |
commit | 5e986aba7502612ff837b1e215c3467622606f00 (patch) | |
tree | 910aa0f89db59d037f42fd54d23016381c5596f7 /src/emap/script_buildins.h | |
parent | c3262df069c597bd3c56e167cadc077c077d0096 (diff) | |
download | evol-hercules-judy.tar.gz evol-hercules-judy.tar.bz2 evol-hercules-judy.tar.xz evol-hercules-judy.zip |
add judy array supportjudy
Diffstat (limited to 'src/emap/script_buildins.h')
-rw-r--r-- | src/emap/script_buildins.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/emap/script_buildins.h b/src/emap/script_buildins.h index 2066432..f84f30d 100644 --- a/src/emap/script_buildins.h +++ b/src/emap/script_buildins.h @@ -1,3 +1,4 @@ + // Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL. // Copyright (c) 2014 - 2015 Evol developers @@ -95,5 +96,11 @@ BUILDIN(getItemOptionValueByIndex); BUILDIN(getItemOptionParamByIndex); BUILDIN(setItemOptionByIndex); BUILDIN(isInstance); +BUILDIN(judyPut); +BUILDIN(judyGet); +BUILDIN(judySize); +BUILDIN(judyNew); +BUILDIN(judyExists); +BUILDIN(judyFree); #endif // EVOL_MAP_SCRIPT_BUILDINS |