diff options
author | Charadon <dev@iotib.net> | 2022-06-08 22:14:20 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-06-08 22:14:20 -0400 |
commit | 68401ca778ca0a1ee4fbb68b7be8dd47b63a2738 (patch) | |
tree | f075ea621d92f904864caf2b4dc8382b7c4fcd9a /src/main.c | |
parent | 21b272f633d8b55c2bf6c6afe24715eff0a4a207 (diff) | |
download | Pong-C-68401ca778ca0a1ee4fbb68b7be8dd47b63a2738.tar.gz |
Cleaning up clangd's bullshit
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index efd6dd5..51942dd 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,4 @@ #include "pong.h" -#include <raylib.h> int Difficulty = 1; SDL_atomic_t Ticks; |