]> git.lizzy.rs Git - minetest.git/blobdiff - src/script/lua_api/l_metadata.h
Hardware coloring for itemstacks
[minetest.git] / src / script / lua_api / l_metadata.h
index be31d95ad8b9aa88ebea146bbd79e60f181b4485..a4d8214d323ba7889bf5541c0ae5d058c43be8ed 100644 (file)
@@ -67,6 +67,9 @@ class MetaDataRef : public ModApiBase
 
        // from_table(self, table)
        static int l_from_table(lua_State *L);
+
+       // equals(self, other)
+       static int l_equals(lua_State *L);
 };
 
 #endif /* L_NODEMETA_H_ */