rotagon/sdl.h
Frank Villaro-Dixon 7100267c41 oauaou
2015-01-01 04:04:34 +01:00

15 lines
172 B
C

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