about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-09-10 16:49:49 -0400
committerCharadon <dev@iotib.net>2022-09-10 16:49:49 -0400
commit02e9d2f294a1b059c75bbe9c0c1ca8452c855960 (patch)
tree356f80ef9ee9b49a4237040772f9dc4170865732 /src/main.c
parent722d69d0c09e8c74a8d2c7ebcaba2ecb51ea8c0e (diff)
downloadPong-C-02e9d2f294a1b059c75bbe9c0c1ca8452c855960.tar.gz
Fixed indentation, and added keyboard control for pause screen.
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 c25de51..f556f98 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;