Skip to content

Commit

Permalink
Remove redudant code from arkanoid
Browse files Browse the repository at this point in the history
  • Loading branch information
drpaneas committed Sep 14, 2022
1 parent 6da76ca commit f9041d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions classics/src/arkanoid.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
//----------------------------------------------------------------------------------
// Types and Structures Definition
//----------------------------------------------------------------------------------
typedef enum GameScreen { LOGO, TITLE, GAMEPLAY, ENDING } GameScreen;

typedef struct Player {
Vector2 position;
Vector2 size;
Expand Down

0 comments on commit f9041d2

Please sign in to comment.