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

14
tiles/core.h Normal file
View File

@@ -0,0 +1,14 @@
//
// Created by bruno on 11.6.2025.
//
#ifndef FACTORYGAME_CORE_H
#define FACTORYGAME_CORE_H
#include "tile.h"
void updateCore(Tile *tile);
void initCoreTile();
#endif //FACTORYGAME_CORE_H