]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/content_craft.h
Add missing files for a previous commit
[dragonfireclient.git] / src / content_craft.h
index 7a8b4659a701a1deeb93c558eb7bb4f9a3b69a74..ee59c077b2f898d68123fe15ce64acfabf48a52d 100644 (file)
@@ -22,17 +22,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 class InventoryItem;
 class Player;
+class IGameDef;
 
-/*
-       items: actually *items[9]
-       return value: allocates a new item, or returns NULL.
-*/
-InventoryItem *craft_get_result(InventoryItem **items);
-
-void craft_set_creative_inventory(Player *player);
-
-// Called when give_initial_stuff setting is used
-void craft_give_initial_stuff(Player *player);
+void craft_set_creative_inventory(Player *player, IGameDef *gamedef);
 
 #endif