diff options
author | bloodstalker <thabogre@gmail.com> | 2017-06-22 16:57:29 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-06-22 16:57:29 +0000 |
commit | 32716ec20544eb59e7b6fdf3a8f2cbcee034d263 (patch) | |
tree | bfa7df9b4264c1bcecbb29f3dd05faeaa706d64a /bruiser | |
parent | wip (diff) | |
download | mutator-32716ec20544eb59e7b6fdf3a8f2cbcee034d263.tar.gz mutator-32716ec20544eb59e7b6fdf3a8f2cbcee034d263.zip |
added a new command
Diffstat (limited to '')
-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 33a69df..c5d8796 100644 --- a/bruiser/bruiser-extra.h +++ b/bruiser/bruiser-extra.h @@ -109,6 +109,7 @@ std::vector<std::string> LUA_FUNCS = "make", "historysize", "showsource", + "readxmlfile", "_G", "_VERSION", "assert", |