diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-07-29 19:52:24 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-07-29 19:52:24 +0000 | 
| commit | 57a171241d2ad6f8d462c086f83097ca91ee022d (patch) | |
| tree | 4c7c71e566b8f5af6ce2c0d0c9a5c87c203e422f | |
| parent | new command (diff) | |
| download | mutator-57a171241d2ad6f8d462c086f83097ca91ee022d.tar.gz mutator-57a171241d2ad6f8d462c086f83097ca91ee022d.zip | |
new command
| -rw-r--r-- | bruiser/bruiser-extra.h | 9 | 
1 files changed, 5 insertions, 4 deletions
| diff --git a/bruiser/bruiser-extra.h b/bruiser/bruiser-extra.h index 9076f9d..b6f7158 100644 --- a/bruiser/bruiser-extra.h +++ b/bruiser/bruiser-extra.h @@ -114,12 +114,13 @@ std::vector<std::string> LUA_FUNCS =    "setmakepath",    "run",    "setbinpath", -  "getbinpath", -  "getmakepath", -  "getsourcefiles", -  "getpaths", +  "getbinpath()", +  "getmakepath()", +  "getsourcefiles()", +  "getpaths()",    "changedirectory",    "yolo", +  "pwd()",    "_G",    "_VERSION",    "assert", | 
