aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-06-04 22:16:09 +0000
committerbloodstalker <thabogre@gmail.com>2017-06-04 22:16:09 +0000
commitda4e8a63f2c98fd0557c519fcc2e747ba54a2aba (patch)
treef9522bcd80dec695f129aadf314ea9df7909399e /bruiser
parentyou can now call the list functions from lua (diff)
downloadmutator-da4e8a63f2c98fd0557c519fcc2e747ba54a2aba.tar.gz
mutator-da4e8a63f2c98fd0557c519fcc2e747ba54a2aba.zip
added the new commands to the list
Diffstat (limited to '')
-rw-r--r--bruiser/bruiser-extra.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bruiser/bruiser-extra.h b/bruiser/bruiser-extra.h
index 95e692d..0bc35ca 100644
--- a/bruiser/bruiser-extra.h
+++ b/bruiser/bruiser-extra.h
@@ -109,6 +109,12 @@ std::vector<std::string> LUA_FUNCS =
"hijack main",
"m0",
"runlua",
+ "Funcs",
+ "Vars",
+ "Arrays",
+ "Structs",
+ "Unions",
+ "Classes",
"_G",
"_VERSION",
"assert",