From b57f6d51c65880d9207673004ed78f8fdffdcde4 Mon Sep 17 00:00:00 2001 From: fdlt3917 Date: Mon, 30 Jan 2023 13:01:35 +0000 Subject: [PATCH] update header file. #define round --- src/main/quizproject.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/quizproject.h b/src/main/quizproject.h index a54718f..01cf88b 100644 --- a/src/main/quizproject.h +++ b/src/main/quizproject.h @@ -25,5 +25,6 @@ void feedbackForm(void); void displayCredits(void); #define NUM_QUESTIONS 5 +#define round 3 #endif