@ -49,12 +49,17 @@ void displayLifelineInstructions(void) {
printf("\t\t>>'H' Hint: Reveals a hint for the answer.<<\n");
}
void displayInstructions(void) {
displayWelcomeMessage();
displayLifelineInstructions();
int main(){
displayInstructions();
return 0;
@ -4,5 +4,6 @@
void displayWelcomeMessage(void);
void displayGameInstructions(char name[]);
void displayLifelineInstructions(void);
void displayInstructions(void);
#endif
xxxxxxxxxx
xxxxxxxxxx