summaryrefslogtreecommitdiff
path: root/src/scriptapi_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scriptapi_object.h')
-rw-r--r--src/scriptapi_object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/scriptapi_object.h b/src/scriptapi_object.h
index fd46f2cf6..81e8cda33 100644
--- a/src/scriptapi_object.h
+++ b/src/scriptapi_object.h
@@ -202,6 +202,9 @@ private:
// hud_get(self, id)
static int l_hud_get(lua_State *L);
+ // hud_builtin_enable(self, id, flag)
+ static int l_hud_builtin_enable(lua_State *L);
+
public:
ObjectRef(ServerActiveObject *object);