Files
factorygame/tiles/tilecallbacks.h
2025-06-01 22:13:02 +02:00

15 lines
279 B
C

//
// 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