This commit is contained in:
2025-12-06 17:51:54 +01:00
parent f086ed3021
commit 12110bd8b4
4 changed files with 124 additions and 22 deletions

View File

@ -43,6 +43,10 @@ struct StateContext {
SDL_Texture* mainScreenTex = nullptr;
int mainScreenW = 0;
int mainScreenH = 0;
// Captured full-scene texture (used by menu for backdrop blur effects)
SDL_Texture* sceneTex = nullptr;
int sceneW = 0;
int sceneH = 0;
// Audio / SFX - forward declared types in main
// Pointers to booleans/flags used by multiple states