aboutsummaryrefslogtreecommitdiff
path: root/src/script/common/c_content.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-11-30 11:20:07 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-11-30 11:20:07 +0100
commit8b3eaf5b05379f995bf8d55532c107b190848a69 (patch)
treeb67b0d5052b512e58f27be27859522f1d4004311 /src/script/common/c_content.h
parent0a285dd338fb415744e3fb8d6a1cc3763d796c4a (diff)
downloaddragonfireclient-8b3eaf5b05379f995bf8d55532c107b190848a69.tar.xz
Lua API: Particle callbacks; Add NoWeather
Diffstat (limited to 'src/script/common/c_content.h')
-rw-r--r--src/script/common/c_content.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/common/c_content.h b/src/script/common/c_content.h
index 08c74c292..10b77a116 100644
--- a/src/script/common/c_content.h
+++ b/src/script/common/c_content.h
@@ -98,6 +98,7 @@ void push_hit_params (lua_State *L,
ItemStack read_item (lua_State *L, int index, IItemDefManager *idef);
struct TileAnimationParams read_animation_definition(lua_State *L, int index);
+void push_animation_definition(lua_State *L, struct TileAnimationParams anim);
ToolCapabilities read_tool_capabilities (lua_State *L, int table);
void push_tool_capabilities (lua_State *L,