aboutsummaryrefslogtreecommitdiff
path: root/src/script/common/c_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/common/c_content.h')
-rw-r--r--src/script/common/c_content.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/script/common/c_content.h b/src/script/common/c_content.h
index ade3e4c1e..457b3f840 100644
--- a/src/script/common/c_content.h
+++ b/src/script/common/c_content.h
@@ -129,10 +129,8 @@ void read_inventory_list (lua_State *L, int tableindex,
Inventory *inv, const char *name,
IGameDef *gdef, int forcesize=-1);
-MapNode readnode (lua_State *L, int index,
- const NodeDefManager *ndef);
-void pushnode (lua_State *L, const MapNode &n,
- const NodeDefManager *ndef);
+MapNode readnode (lua_State *L, int index);
+void pushnode (lua_State *L, const MapNode &n);
void read_groups (lua_State *L, int index,