From 8d2fbda733950dec7bb95a9a0f4eb3ebbb90551b Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Sun, 19 Jul 2020 15:16:20 -0400 Subject: [PATCH] Not sure why this change didn't go with the previous commit. --- BuGS/game.h | 1 + 1 file changed, 1 insertion(+) diff --git a/BuGS/game.h b/BuGS/game.h index cc2aca5..49f8c17 100644 --- a/BuGS/game.h +++ b/BuGS/game.h @@ -11,6 +11,7 @@ extern void game(void); +extern void randInit(void); #endif /* define _GUARD_PROJECTBuGS_FILEgame_ */