Space Type 1.0
A retro typing trainer, test and game set in space
Loading...
Searching...
No Matches
spacetype_test.h
1void test_process(char test_text[]);
2void test_menu();
3void test();
4
void test_menu()
main menu for test screen
Definition: spacetype_test.c:86
void test()
main function for test mode
Definition: spacetype_test.c:63
void test_process(char test_text[])
Handles the typing test process.
Definition: spacetype_test.c:220