Add global safe getters for retrieving objects

This commit is contained in:
2026-02-21 14:36:45 +02:00
parent a52181e140
commit df32c7aa99
6 changed files with 237 additions and 403 deletions

View File

@@ -8,6 +8,7 @@ set(SOURCES
Font.cpp
Image.cpp
Keymap.cpp
SafeGetters.cpp
)
include(CheckSymbolExists)