diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-06-24 12:24:13 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-06-24 12:24:13 +0000 | 
| commit | f13dbdf568c3a44643b458ed72d48cdfaa597e77 (patch) | |
| tree | 3b697f1df1edfb63820955af1188b8e3f7e02d0c | |
| parent | new command (diff) | |
| download | mutator-f13dbdf568c3a44643b458ed72d48cdfaa597e77.tar.gz mutator-f13dbdf568c3a44643b458ed72d48cdfaa597e77.zip | |
new command
| -rw-r--r-- | bruiser/bruiser-extra.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/bruiser/bruiser-extra.h b/bruiser/bruiser-extra.h index 73ffe3c..a4389f0 100644 --- a/bruiser/bruiser-extra.h +++ b/bruiser/bruiser-extra.h @@ -98,7 +98,6 @@ std::vector<std::string> LUA_FUNCS =    "version()",    "clear()",    "m0()", -  "runlua",    "Funcs()",    "Vars()",    "Arrays()", @@ -111,6 +110,8 @@ std::vector<std::string> LUA_FUNCS =    "showsource",    "readxmlfile",    "extractmutagen", +  "strainrecognition()", +  "setmakepath",    "_G",    "_VERSION",    "assert", | 
