Start atlas
This commit is contained in:
14
tiles/tilecallbacks.h
Normal file
14
tiles/tilecallbacks.h
Normal 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
|
Reference in New Issue
Block a user