aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_clientobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/lua_api/l_clientobject.h')
-rw-r--r--src/script/lua_api/l_clientobject.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/script/lua_api/l_clientobject.h b/src/script/lua_api/l_clientobject.h
index a4516e047..d622dc3b2 100644
--- a/src/script/lua_api/l_clientobject.h
+++ b/src/script/lua_api/l_clientobject.h
@@ -77,6 +77,9 @@ private:
static int l_get_item_textures(lua_State *L);
// get_hp(self)
+ static int l_get_hp(lua_State *L);
+
+ // get_max_hp(self)
static int l_get_max_hp(lua_State *L);
// punch(self)