From bc9f0a7aa2cd197ab80aa0035f0ef2280902d3c1 Mon Sep 17 00:00:00 2001 From: Michael Chen Date: Wed, 27 Dec 2017 00:10:33 +0100 Subject: [PATCH] TODO: Spritesheet linkings are hardcoded --- .gitignore | 2 +- asteroids.h | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) 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