Skip to content

Instantly share code, notes, and snippets.

@cfcosta
Created February 20, 2012 00:45
Show Gist options
  • Save cfcosta/1866828 to your computer and use it in GitHub Desktop.
Save cfcosta/1866828 to your computer and use it in GitHub Desktop.
typedef struct {
int up;
int down;
int left;
int right;
} movement;
typedef movement acceleration;
typedef movement speed;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment