Consolidate test window creation code

This commit is contained in:
Cameron Gutman
2026-04-09 21:43:29 -05:00
parent 94d47e95fe
commit 1fc1122c65
4 changed files with 35 additions and 28 deletions
+3
View File
@@ -8,6 +8,9 @@ public:
static
Uint32 getPlatformWindowFlags();
static
SDL_Window* createTestWindow();
static
void scaleSourceToDestinationSurface(SDL_Rect* src, SDL_Rect* dst);