Hopefully last commit

This commit is contained in:
2025-06-11 23:01:05 +02:00
parent 78bccd6c6f
commit 8bbe17491b
74 changed files with 1306 additions and 516 deletions

21
tiles/wiredrawer.h Normal file
View File

@@ -0,0 +1,21 @@
//
// Created by bruno on 11.6.2025.
//
#ifndef FACTORYGAME_WIREDRAWER_H
#define FACTORYGAME_WIREDRAWER_H
#include "../util/crafter.h"
// Suppose this is defined somewhere
extern const MachineRecipe WireDrawerRecipes[];
void updateWireDrawer(Tile *tile);
void initWireDrawerTile();
#define WIRE_DRAWER_INPUT_SLOT 0
#define WIRE_DRAWER_OUTPUT_SLOT 1
#endif //FACTORYGAME_WIREDRAWER_H