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 05:20:31 -0400
committerCharadon <dev@iotib.net>2022-06-08 05:20:31 -0400
commitca77aea516afa11c0767d63ef39e312ca190b861 (patch)
treeba02c9fe2f0a861e964515649ebb1cdf98c98e4b /src/main.c
parent67ed1bfabcd50383a3d5c074e10e39aa634c5852 (diff)
downloadPong-C-ca77aea516afa11c0767d63ef39e312ca190b861.tar.gz
Some flatpak fixes
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 21fbe8f..5acec18 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,7 +1,4 @@
 #include "pong.h"
-#include "sounds.h"
-
-
 
 int Difficulty = 1;
 SDL_atomic_t Ticks;