diff --git a/src/sdl.h b/src/sdl.h index 10052fd..6f22276 100644 --- a/src/sdl.h +++ b/src/sdl.h @@ -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);