about summary refs log tree commit diff stats
path: root/src/pong.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pong.h')
-rw-r--r--src/pong.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pong.h b/src/pong.h
index bb6e522..a425107 100644
--- a/src/pong.h
+++ b/src/pong.h
@@ -35,7 +35,7 @@ struct Balls {
 extern int Difficulty;
 extern bool GameGoing;
 extern atomic_int Ticks;
-extern char *VersionString;
+extern char VersionString[256];
 
 void enemy(struct Players *Enemy, struct Balls ball);
 void ball(Rectangle *Player, Rectangle *Enemy, struct Balls *Ball, int *PlayerScore, int *EnemyScore);