Adding init_curses()' prototype.

This commit is contained in:
Murilo Soares Pereira 2010-04-03 15:48:02 -03:00
parent 1910bfe868
commit a51e1c8b79

View File

@ -6,6 +6,7 @@
#define HEARTS_SYMBOL "\u2665" #define HEARTS_SYMBOL "\u2665"
#define CLUBS_SYMBOL "\u2663" #define CLUBS_SYMBOL "\u2663"
void init_curses();
char *card_suit(enum suit); char *card_suit(enum suit);
#endif #endif