diff options
author | bloodstalker <thabogre@gmail.com> | 2017-06-04 22:16:09 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-06-04 22:16:09 +0000 |
commit | da4e8a63f2c98fd0557c519fcc2e747ba54a2aba (patch) | |
tree | f9522bcd80dec695f129aadf314ea9df7909399e /bruiser/bruiser-extra.h | |
parent | you can now call the list functions from lua (diff) | |
download | mutator-da4e8a63f2c98fd0557c519fcc2e747ba54a2aba.tar.gz mutator-da4e8a63f2c98fd0557c519fcc2e747ba54a2aba.zip |
added the new commands to the list
Diffstat (limited to 'bruiser/bruiser-extra.h')
-rw-r--r-- | bruiser/bruiser-extra.h | 6 |
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", |