diff --git a/.gitignore b/.gitignore index 594b205..9ce7281 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,4 @@ sdl2-config *.o *.a *.psd -*.exe \ No newline at end of file +*.exe diff --git a/asteroids.h b/asteroids.h index ffcc3f0..378fb9d 100644 --- a/asteroids.h +++ b/asteroids.h @@ -3,10 +3,6 @@ #include "vector.h" -// Filebindings -const char * -// End Filebindings - // Enums typedef enum bullettype { AllyBullet = 0, EnemyBullet = 1 } BulletType; // End Enums