From fcb4ab4247a112901fd7812fa57d8f76df36deaa Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Tue, 27 Aug 2024 19:27:34 +1000 Subject: [PATCH] Update sdl.h --- src/sdl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdl.h b/src/sdl.h index 0ae1ef1..10052fd 100644 --- a/src/sdl.h +++ b/src/sdl.h @@ -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;