Lightweight polymorphic base for all Theme structs. More...
#include <Malena/Manifests/ThemeTag.h>
Public Member Functions | |
| virtual | ~ThemeTag ()=default |
Lightweight polymorphic base for all Theme structs.
Has no external dependencies — safe to include from Manifest.h without pulling in FontManager or SFML. Manifest stores themes as shared_ptr<ThemeTag>; ThemeManager casts back to Theme& on apply.
Definition at line 26 of file ThemeTag.h.
|
virtualdefault |