aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-06-25 21:20:17 +0000
committerbloodstalker <thabogre@gmail.com>2017-06-25 21:20:17 +0000
commitf20fd509b4855507105475db92ffb37fddebbc56 (patch)
tree8e52aa3a495387ff8a14cb06f226119de7b5075b
parentadded 4 new command (diff)
downloadmutator-f20fd509b4855507105475db92ffb37fddebbc56.tar.gz
mutator-f20fd509b4855507105475db92ffb37fddebbc56.zip
4 new commands
Diffstat (limited to '')
-rw-r--r--bruiser/bruiser-extra.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bruiser/bruiser-extra.h b/bruiser/bruiser-extra.h
index 6b46604..a8f698e 100644
--- a/bruiser/bruiser-extra.h
+++ b/bruiser/bruiser-extra.h
@@ -114,6 +114,10 @@ std::vector<std::string> LUA_FUNCS =
"setmakepath",
"run",
"setbinpath",
+ "getbinpath",
+ "getmakepath",
+ "getsourcefiles",
+ "getpaths",
"_G",
"_VERSION",
"assert",