summaryrefslogtreecommitdiff
path: root/src/emap/init.c
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2016-09-05 09:30:15 -0400
committergumi <mekolat@users.noreply.github.com>2016-09-05 12:21:15 -0400
commitafe633e723eec6a856ef2c4675d2e1b69d1fa9f4 (patch)
tree490f2288958a4a00181d12ec44f59f89c44cb77d /src/emap/init.c
parentf8f24eccf6562af825f298851710848c2212cf61 (diff)
downloadevol-hercules-afe633e723eec6a856ef2c4675d2e1b69d1fa9f4.tar.gz
evol-hercules-afe633e723eec6a856ef2c4675d2e1b69d1fa9f4.tar.bz2
evol-hercules-afe633e723eec6a856ef2c4675d2e1b69d1fa9f4.tar.xz
evol-hercules-afe633e723eec6a856ef2c4675d2e1b69d1fa9f4.zip
add slide buildin
Diffstat (limited to 'src/emap/init.c')
-rw-r--r--src/emap/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/init.c b/src/emap/init.c
index 2f54a75..d7b3415 100644
--- a/src/emap/init.c
+++ b/src/emap/init.c
@@ -185,6 +185,7 @@ HPExport void plugin_init (void)
addScriptCommand("getlabel", "l", getLabel);
addScriptCommand("tolabel", "i", toLabel);
addScriptCommand("input", "r??", input);
+ addScriptCommand("slide", "ii", slide);
do_init_langs();