diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-06-25 21:20:17 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-06-25 21:20:17 +0000 | 
| commit | f20fd509b4855507105475db92ffb37fddebbc56 (patch) | |
| tree | 8e52aa3a495387ff8a14cb06f226119de7b5075b | |
| parent | added 4 new command (diff) | |
| download | mutator-f20fd509b4855507105475db92ffb37fddebbc56.tar.gz mutator-f20fd509b4855507105475db92ffb37fddebbc56.zip | |
4 new commands
| -rw-r--r-- | bruiser/bruiser-extra.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/bruiser/bruiser-extra.h b/bruiser/bruiser-extra.h index 6b46604..a8f698e 100644 --- a/bruiser/bruiser-extra.h +++ b/bruiser/bruiser-extra.h @@ -114,6 +114,10 @@ std::vector<std::string> LUA_FUNCS =    "setmakepath",    "run",    "setbinpath", +  "getbinpath", +  "getmakepath", +  "getsourcefiles", +  "getpaths",    "_G",    "_VERSION",    "assert", | 
