kgorking / ecs

A header-only/importable c++20 implementation of an entity-component-system (ecs), with focus on a simple interface and speed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove unused code.

kgorking opened this issue · comments

entity_range_iterator is not used anymore. Check for other unused classes and remove them.