Created
July 26, 2015 20:35
-
-
Save fl4shk/8371316e09b7d7fb9480 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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