|
@@ -10,8 +10,6 @@
|
|
#include <SDL3/SDL.h>
|
|
#include <SDL3/SDL.h>
|
|
#include <SDL3/SDL_main.h>
|
|
#include <SDL3/SDL_main.h>
|
|
|
|
|
|
-#include "../../save-rendering-to-bitmaps.h"
|
|
|
|
-
|
|
|
|
/* We will use this renderer to draw into this window every frame. */
|
|
/* We will use this renderer to draw into this window every frame. */
|
|
static SDL_Window *window = NULL;
|
|
static SDL_Window *window = NULL;
|
|
static SDL_Renderer *renderer = NULL;
|
|
static SDL_Renderer *renderer = NULL;
|