experiments

This commit is contained in:
2025-06-02 22:49:53 +02:00
parent 0c3e2aa730
commit a5b52b6b89
13 changed files with 515 additions and 99 deletions

18
tiles/miner.h Normal file
View File

@@ -0,0 +1,18 @@
//
// Created by bruno on 2.6.2025.
//
#ifndef FACTORYGAME_MINER_H
#define FACTORYGAME_MINER_H
#include "../items/item.h"
#include "stdint.h"
extern const ItemType FurnaceRecipes[];
#define MINER_OUTPUT_SLOT 0
void updateMiner(Tile * tile);
#endif //FACTORYGAME_MINER_H