]> git.jsancho.org Git - gacela.git/blob - foo.c
Ahora el configure detecta si se tienen SDL y GL correctamente instaladas
[gacela.git] / foo.c
1 struct SDL_Rect {
2         signed int x, y;
3         unsigned int w, h;
4 };
5