[Counters] Split counters into graphics and logic states

Took 22 minutes
This commit is contained in:
Lukas Brübach 2026-05-20 19:47:04 +02:00
parent 10b9a65f17
commit 2063be6fa0
17 changed files with 279 additions and 217 deletions

View file

@ -22,6 +22,7 @@ inline color convertQColorToColor(const QColor &c)
return result;
}
#include <QMap>
#include <QSet>
namespace GameSpecificColors