rotagon/sdl.h
Frank Villaro-Dixon 9fd08a1145 obstacles
2015-01-01 05:32:07 +01:00

15 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 */