mirror of
https://github.com/minetest/minetest.git
synced 2025-03-22 10:12:32 +01:00
Add write_json() to the async API
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user