/* ** sdl.h - <+DESC+> ** ** 2014 - Frank Villaro-Dixon */ #ifndef SDL_H #define SDL_H int init_SDL(struct s_game *g); #endif /* ndef SDL_H */