diff options
author | Charadon <dev@iotib.net> | 2022-06-05 21:04:36 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-06-05 21:04:36 -0400 |
commit | 4e62b4d5cb2d68774a45688089b89c57825c7e0b (patch) | |
tree | 5af0cd44fa1a031a1d7147e2588cc816ee04d64b /src | |
parent | b922c6c5fd0c00c439a223b9aad806b8711fae91 (diff) | |
download | Pong-C-4e62b4d5cb2d68774a45688089b89c57825c7e0b.tar.gz |
Premake5 support
Diffstat (limited to 'src')
-rw-r--r-- | src/ball.c | 1 | ||||
-rwxr-xr-x | src/flatpak_launch.sh (renamed from src/launch.sh) | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/src/ball.c b/src/ball.c index 4fc1eb4..35e0651 100644 --- a/src/ball.c +++ b/src/ball.c @@ -1,4 +1,3 @@ -#include "raylib.h" #include "pong.h" void ball(Rectangle *Player, Rectangle *Enemy, struct Balls *Ball, int *PlayerScore, int *EnemyScore) { diff --git a/src/launch.sh b/src/flatpak_launch.sh index 1312ef3..1312ef3 100755 --- a/src/launch.sh +++ b/src/flatpak_launch.sh |