Added initial display code.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef DISPLAY_H
|
||||
#define DISPLAY_H
|
||||
|
||||
#define DIAMONDS_SYMBOL "\u2666"
|
||||
#define SPADES_SYMBOL "\u2660"
|
||||
#define HEARTS_SYMBOL "\u2665"
|
||||
#define CLUBS_SYMBOL "\u2663"
|
||||
|
||||
char *card_suit(enum suit);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user