Skip to content

Commit

Permalink
fix: tetris game timer.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Jan 12, 2025
1 parent 3f65135 commit dc22d12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion examples/tetris/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// tetris
#include "graphics.c"
#include "input.c"
#include "timer.c"
#include "timer.h"

int get_interval()
{
Expand Down
15 changes: 0 additions & 15 deletions examples/tetris/timer.c

This file was deleted.

0 comments on commit dc22d12

Please sign in to comment.