You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
279 B

2 years ago
2 years ago
  1. #ifndef QUIZPROJECT_H
  2. #define QUIZPROJECT_H
  3. void displayWelcomeMessage(void);
  4. void displayGameInstructions(char name[]);
  5. void displayLifelineInstructions(void);
  6. void displayInstructions(void);
  7. void displayGoodLuckMessage(void);
  8. void ask_questions(void);
  9. int score = 0;
  10. #endif