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