Update sdl.h

This commit is contained in:
Jason Bou-Samra
2024-08-27 19:27:34 +10:00
committed by GitHub
parent b30f454fc9
commit fcb4ab4247
+1 -1
View File
@@ -6,7 +6,7 @@ int shutdownSDL ();
int check_key(void);
int init_gfx(void);
// ============== SDL structures
/////////// SDL structures ////////////
extern SDL_Window *window;
extern SDL_Renderer *sr;
extern SDL_Event event;