mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02: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