Added direct theme support and will slowly move more things into this struct for configuring the look.

This commit is contained in:
Zed A. Shaw 2025-05-09 11:20:22 -04:00
parent b9deb3a0de
commit a18d60dcb0
9 changed files with 48 additions and 67 deletions

View file

@ -73,6 +73,7 @@ sources = [
'src/guecs/dbc.cpp',
'src/guecs/ui.cpp',
'src/guecs/lel.cpp',
'src/guecs/theme.cpp',
'src/guecs/sfml/components.cpp',
]