From 2dd8b8b6e66aa7e47da42912b0ca07ed8d7f0c23 Mon Sep 17 00:00:00 2001 From: Charadon Date: Thu, 2 Jun 2022 18:29:57 -0400 Subject: QOL stuff and upped to version 0.2 --- src/pong.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pong.h') diff --git a/src/pong.h b/src/pong.h index 8fb51c5..bb6e522 100644 --- a/src/pong.h +++ b/src/pong.h @@ -10,6 +10,7 @@ #include #include #include +#include #define LEFT 0 #define RIGHT 1 @@ -34,6 +35,7 @@ struct Balls { extern int Difficulty; extern bool GameGoing; extern atomic_int Ticks; +extern char *VersionString; void enemy(struct Players *Enemy, struct Balls ball); void ball(Rectangle *Player, Rectangle *Enemy, struct Balls *Ball, int *PlayerScore, int *EnemyScore); -- cgit 1.4.1-2-gfad0