diff options
author | Charadon <dev@iotib.net> | 2022-06-07 17:49:55 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-06-07 17:49:55 -0400 |
commit | b8dda4d4a5385772c3ee997ae3948d52026a06e2 (patch) | |
tree | 9535de8a53084a45ea1bd209ed435a5217966920 /src/marathon.c | |
parent | 528f41896e4d5a0a52c080302b75c143bb2c9b05 (diff) | |
download | Pong-C-b8dda4d4a5385772c3ee997ae3948d52026a06e2.tar.gz |
Moved to SDL threads
Diffstat (limited to 'src/marathon.c')
-rw-r--r-- | src/marathon.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/marathon.c b/src/marathon.c index 02c5b3f..b5de37e 100644 --- a/src/marathon.c +++ b/src/marathon.c @@ -1,6 +1,4 @@ #include "pong.h" -#include "raylib.h" -#include <SDL2/SDL_mixer.h> void marathon_main() { |