summaryrefslogtreecommitdiff
path: root/src/emap/script_buildins.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-04 16:49:37 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-04 16:49:37 +0300
commitdf17c1e4f0a317a20515429be0c32ee79af8c14b (patch)
tree8c52b93f6616e25fbf371d1f9d90247a25369a6c /src/emap/script_buildins.h
parentc558e3645f5154ee001e5ba8b295556316356ab0 (diff)
downloadevol-hercules-df17c1e4f0a317a20515429be0c32ee79af8c14b.tar.gz
evol-hercules-df17c1e4f0a317a20515429be0c32ee79af8c14b.tar.bz2
evol-hercules-df17c1e4f0a317a20515429be0c32ee79af8c14b.tar.xz
evol-hercules-df17c1e4f0a317a20515429be0c32ee79af8c14b.zip
Fix hack with input string. Previous commit missing custom input function.
Diffstat (limited to 'src/emap/script_buildins.h')
-rw-r--r--src/emap/script_buildins.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/script_buildins.h b/src/emap/script_buildins.h
index 107ac28..da39ab5 100644
--- a/src/emap/script_buildins.h
+++ b/src/emap/script_buildins.h
@@ -86,5 +86,6 @@ BUILDIN(htiDelete);
BUILDIN(setFakeCells);
BUILDIN(getLabel);
BUILDIN(toLabel);
+BUILDIN(input);
#endif // EVOL_MAP_SCRIPT_BUILDINS