8 lines
226 B

  1. #ifndef CASUALQUIZ_H
  2. #define CASUALQUIZ_H
  3. void casualQuiz();
  4. void activePlaying(char *fragen[], char *antworten[], int richtige_antwort[], int size);
  5. void FzeigeFragen(char *fragen[], int index);
  6. #endif // ende CASUALQUIZ_H