Skip to content

Instantly share code, notes, and snippets.

@fl4shk
Created July 26, 2015 20:35
Show Gist options
  • Select an option

  • Save fl4shk/8371316e09b7d7fb9480 to your computer and use it in GitHub Desktop.

Select an option

Save fl4shk/8371316e09b7d7fb9480 to your computer and use it in GitHub Desktop.
enum sprite_type
{
// The Default Sprite
st_default,
// The Player
st_player,
// Powerup Sprites
st_waffle,
st_muffin,
// st_count is the amount of sprite types. It is automatically updated
// by the compiler.
st_count,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment