]> git.jsancho.org Git - gacela.git/blob - foo.c
Nuevo Gacela con Gnu Guile (de momento sin threads)
[gacela.git] / foo.c
1 struct SDL_Rect {
2         signed int x, y;
3         unsigned int w, h;
4 };
5