Start atlas

This commit is contained in:
2025-06-01 22:13:02 +02:00
parent 96a9a45c20
commit 84805b92cb
64 changed files with 954 additions and 243 deletions

View File

@@ -6,11 +6,13 @@
#include "util.h"
//#include "font.h"
//The window we'll be rendering to
SDL_Window *window = NULL;
volatile bool running = true;
bool debugMode = false;
bool itemViewing = false;
//The surface contained by the window
SDL_Renderer *mainRenderer = NULL;