diff --git a/src/main/quizproject.h b/src/main/quizproject.h index fd86e40..02f5b3f 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