tty-solitaire/tests/ttysolitaire_test.h
2011-06-06 01:33:49 -03:00

15 lines
244 B
C

#ifndef TTY_SOLITAIRE_TEST_H
#define TTY_SOLITAIRE_TEST_H
void test_card();
void test_cursor();
void test_deck();
void test_draw();
void test_frame();
void test_game();
void test_keyboard();
void test_stack();
void test_test_helper();
#endif