mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add write_json() to the async API
This commit is contained in:
parent
e17f140be0
commit
fef2729fd0
1 changed files with 1 additions and 0 deletions
|
@ -308,6 +308,7 @@ void ModApiUtil::InitializeAsync(AsyncEngine& engine)
|
||||||
//ASYNC_API_FCT(setting_save);
|
//ASYNC_API_FCT(setting_save);
|
||||||
|
|
||||||
ASYNC_API_FCT(parse_json);
|
ASYNC_API_FCT(parse_json);
|
||||||
|
ASYNC_API_FCT(write_json);
|
||||||
|
|
||||||
ASYNC_API_FCT(is_yes);
|
ASYNC_API_FCT(is_yes);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue