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

View File

@@ -17,7 +17,7 @@ enum {
MACHINE_SLOTS = 3
};
typedef struct {
typedef struct MachineRecipe {
ItemType input1;
ItemType input2; // use TYPE_AIR if single-input
ItemType output;
@@ -34,4 +34,4 @@ bool findMachineRecipe(const MachineRecipe *recipes, size_t count, ItemType in1,
void initMachineTile(ItemType type, const MachineRecipe *recipes, size_t count,
uint8_t startFrame, uint8_t divisor);
#endif //FACTORYGAME_CRAFTER_H
#endif //FACTORYGAME_AMMOCRAFTER_H