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