Merge pull request #8029 from Robyt3/Menus-RenderPopupFullscreen-Function

Extract `CMenus::RenderPopupFullscreen` function
This commit is contained in:
heinrich5991 2024-02-28 22:39:29 +00:00 committed by GitHub
commit 9620a9d3d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 700 additions and 694 deletions

File diff suppressed because it is too large Load diff

View file

@ -420,6 +420,7 @@ protected:
// found in menus.cpp // found in menus.cpp
void Render(); void Render();
void RenderPopupFullscreen(CUIRect Screen);
#if defined(CONF_VIDEORECORDER) #if defined(CONF_VIDEORECORDER)
void PopupConfirmDemoReplaceVideo(); void PopupConfirmDemoReplaceVideo();
#endif #endif