tty-solitaire/tests/ttysolitaire_test.h
2011-05-31 03:03:13 -03:00

16 lines
265 B
C

#ifndef TTYSOLITAIRE_TEST_H
#define TTYSOLITAIRE_TEST_H
void test_card();
void test_cursor();
void test_deck();
void test_display();
void test_frame();
void test_game();
void test_keyboard();
void test_stack();
void test_curses();
void test_test_helper();
#endif