about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-06-08 22:14:20 -0400
committerCharadon <dev@iotib.net>2022-06-08 22:14:20 -0400
commit68401ca778ca0a1ee4fbb68b7be8dd47b63a2738 (patch)
treef075ea621d92f904864caf2b4dc8382b7c4fcd9a /src/main.c
parent21b272f633d8b55c2bf6c6afe24715eff0a4a207 (diff)
downloadPong-C-68401ca778ca0a1ee4fbb68b7be8dd47b63a2738.tar.gz
Cleaning up clangd's bullshit
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
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;