start turret

This commit is contained in:
2025-06-10 16:29:17 +02:00
parent 79c8b747cd
commit a17e3abbff
17 changed files with 213 additions and 68 deletions

17
tiles/turret.h Normal file
View File

@@ -0,0 +1,17 @@
//
// Created by bruno on 6/9/25.
//
#ifndef FACTORYGAME_TURRET_H
#define FACTORYGAME_TURRET_H
#include "../items/item.h"
#include "stdint.h"
extern const uint16_t AmmoDamages[];
#define TURRET_AMMO_INPUT_SLOT 0
void updateTurret(Tile * tile);
#endif //FACTORYGAME_TURRET_H