Start atlas

This commit is contained in:
2025-06-01 22:13:02 +02:00
parent 96a9a45c20
commit 84805b92cb
64 changed files with 954 additions and 243 deletions

14
tiles/tilecallbacks.h Normal file
View File

@@ -0,0 +1,14 @@
//
// Created by bruno on 1.6.2025.
//
#ifndef FACTORYGAME_TILECALLBACKS_H
#define FACTORYGAME_TILECALLBACKS_H
#include "tile.h"
typedef void (*UpdateTileCallback)(struct Tile *tile);
extern const UpdateTileCallback ItemTileCallbacks[];
#endif //FACTORYGAME_TILECALLBACKS_H