rotagon/sdl.h

15 lines
172 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
int
init_SDL(struct s_game *g);
#endif /* ndef SDL_H */