start turret
This commit is contained in:
@@ -5,11 +5,13 @@
|
||||
#include "tilecallbacks.h"
|
||||
#include "furnace.h"
|
||||
#include "miner.h"
|
||||
#include "turret.h"
|
||||
|
||||
const UpdateTileCallback ItemTileCallbacks[TILEREGISTRY_SIZE] = {
|
||||
[TYPE_AIR] = NULL,
|
||||
[TYPE_BLOCK] = NULL,
|
||||
[TYPE_BELT] = NULL,
|
||||
[TYPE_FURNACE] = updateFurnace,
|
||||
[TYPE_MINER] = updateMiner
|
||||
[TYPE_MINER] = updateMiner,
|
||||
[TYPE_TURRET] = updateTurret,
|
||||
};
|
Reference in New Issue
Block a user