Add write_json() to the async API

master
ShadowNinja 2014-05-07 00:01:24 -04:00
parent e17f140be0
commit fef2729fd0
1 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ void ModApiUtil::InitializeAsync(AsyncEngine& engine)
//ASYNC_API_FCT(setting_save);
ASYNC_API_FCT(parse_json);
ASYNC_API_FCT(write_json);
ASYNC_API_FCT(is_yes);
}