TODO: Spritesheet linkings are hardcoded

This commit is contained in:
Michael Chen 2017-12-27 00:10:33 +01:00
parent 3701d1b751
commit bc9f0a7aa2
2 changed files with 1 additions and 5 deletions

2
.gitignore vendored
View File

@ -11,4 +11,4 @@ sdl2-config
*.o *.o
*.a *.a
*.psd *.psd
*.exe *.exe

View File

@ -3,10 +3,6 @@
#include "vector.h" #include "vector.h"
// Filebindings
const char *
// End Filebindings
// Enums // Enums
typedef enum bullettype { AllyBullet = 0, EnemyBullet = 1 } BulletType; typedef enum bullettype { AllyBullet = 0, EnemyBullet = 1 } BulletType;
// End Enums // End Enums