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 22d2f4a1c..60d10dcf6 100644
--- a/src/script/lua_api/l_clientobject.h
+++ b/src/script/lua_api/l_clientobject.h
@@ -98,4 +98,7 @@ private:
// remove(self)
static int l_remove(lua_State *L);
+
+ // set_nametag_images(self, images)
+ static int l_set_nametag_images(lua_State *L);
};