diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-06-24 21:37:04 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-06-24 21:37:04 +0000 | 
| commit | dc3a8103b7eb8babffb524430c49f15ac6153cb3 (patch) | |
| tree | 7fa0f44798ce2e8ee99f15917779cdc899db29d3 | |
| parent | Merge branch 'master' of https://github.com/bloodstalker/mutator.git (diff) | |
| download | mutator-dc3a8103b7eb8babffb524430c49f15ac6153cb3.tar.gz mutator-dc3a8103b7eb8babffb524430c49f15ac6153cb3.zip | |
added two new commands
| -rw-r--r-- | bruiser/bruiser-extra.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/bruiser/bruiser-extra.h b/bruiser/bruiser-extra.h index a4389f0..6b46604 100644 --- a/bruiser/bruiser-extra.h +++ b/bruiser/bruiser-extra.h @@ -112,6 +112,8 @@ std::vector<std::string> LUA_FUNCS =    "extractmutagen",    "strainrecognition()",    "setmakepath", +  "run", +  "setbinpath",    "_G",    "_VERSION",    "assert", | 
