projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e17f140
)
Add write_json() to the async API
author
ShadowNinja
<shadowninja@minetest.net>
Wed, 7 May 2014 04:01:24 +0000
(
00:01
-0400)
committer
ShadowNinja
<shadowninja@minetest.net>
Wed, 7 May 2014 21:05:44 +0000
(17:05 -0400)
src/script/lua_api/l_util.cpp
patch
|
blob
|
history
diff --git
a/src/script/lua_api/l_util.cpp
b/src/script/lua_api/l_util.cpp
index 7babaaf7160faee85e29c7c6004b676dc6913f06..f26a88a937005c8d639b743b478a02d6be4243ee 100644
(file)
--- a/
src/script/lua_api/l_util.cpp
+++ b/
src/script/lua_api/l_util.cpp
@@
-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);
}