Update sdl.h

This commit is contained in:
Jason Bou-Samra
2024-09-07 20:50:22 +10:00
committed by GitHub
parent 0d7d7af28a
commit c4cff595a7
+2 -2
View File
@@ -1,8 +1,8 @@
#ifndef SDL_H
#define SDL_H
int initSDL ();
int shutdownSDL ();
int initSDL(void);
int shutdownSDL(void);
int check_key(void);
int init_gfx(void);