remove unused function

This commit is contained in:
2025-07-28 14:32:01 +02:00
parent d0b30ba6f8
commit da1586baed

View File

@@ -82,9 +82,7 @@ class TowerLevel {
} }
}; };
const TowerStats* GetTowerStats(TowerType type, TowerLevel level); using TowerID = std::uint16_t;
typedef std::uint16_t TowerID;
class TowerHandler; class TowerHandler;