rotagon/sdl.h

15 lines
173 B
C
Raw Normal View History

2015-01-01 03:04:34 +00:00
/*
** sdl.h - <+DESC+>
**
** 2014 - Frank Villaro-Dixon <Frank@Villaro-Dixon.eu>
*/
#ifndef SDL_H
#define SDL_H
2015-01-01 04:32:07 +00:00
void
2015-01-01 03:04:34 +00:00
init_SDL(struct s_game *g);
#endif /* ndef SDL_H */