tty-solitaire/test/ttysolitaire_test.h

15 lines
238 B
C
Raw Normal View History

2011-02-07 01:31:55 +00:00
#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_util();
#endif