Skip to content

Instantly share code, notes, and snippets.

@kthakore
Created September 12, 2009 19:03
Show Gist options
  • Save kthakore/185940 to your computer and use it in GitHub Desktop.
Save kthakore/185940 to your computer and use it in GitHub Desktop.
SDL_Rect
typedef struct{
Sint16 x, y;
Uint16 w, h;
} SDL_Rect;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment