diff options
author | bloodstalker <thabogre@gmail.com> | 2017-06-11 05:23:58 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-06-11 05:23:58 +0000 |
commit | 63ba77589a0d61bb72fde6c2fb852a8e38f39ace (patch) | |
tree | 3423e01a6f57570aab70f55095c2324a2c9825be | |
parent | new commands (diff) | |
download | mutator-63ba77589a0d61bb72fde6c2fb852a8e38f39ace.tar.gz mutator-63ba77589a0d61bb72fde6c2fb852a8e38f39ace.zip |
new command
-rw-r--r-- | bruiser/bruiser-extra.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bruiser/bruiser-extra.h b/bruiser/bruiser-extra.h index f56a83c..33a69df 100644 --- a/bruiser/bruiser-extra.h +++ b/bruiser/bruiser-extra.h @@ -108,6 +108,7 @@ std::vector<std::string> LUA_FUNCS = "hijackmain()", "make", "historysize", + "showsource", "_G", "_VERSION", "assert", |