Hangman/unit_tests.h

24 lines
No EOL
308 B
C

#ifndef UNIT_TESTS_H
#define UNIT_TESTS_H
void testcheckGuess();
void testchangeGameLetters();
void testpreviouslyGuessed();
void testgetGuess();
void testgetGameMode();
void testincrementScore();
void testwriteScore();
void testreadScore();
void testtopicChooser();
void testwordChooser();
#endif