Add lua bindings for removeJob

develop
Stephen Baynham 2016-11-17 23:04:48 -08:00
parent 74f5df99db
commit 67af9f5e82
1 changed files with 1 additions and 0 deletions

@ -1469,6 +1469,7 @@ static const LuaWrapper::FunctionReg dfhack_job_module[] = {
WRAPM(Job,getName),
WRAPM(Job,linkIntoWorld),
WRAPM(Job,removePostings),
WRAPM(Job,removeJob),
WRAPN(is_equal, jobEqual),
WRAPN(is_item_equal, jobItemEqual),
{ NULL, NULL }