14 lines
173 B
C
14 lines
173 B
C
/*
|
|
** sdl.h - <+DESC+>
|
|
**
|
|
** 2014 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
|
|
*/
|
|
|
|
#ifndef SDL_H
|
|
#define SDL_H
|
|
|
|
void
|
|
init_SDL(struct s_game *g);
|
|
|
|
#endif /* ndef SDL_H */
|
|
|