Adding some function declarations and removing wtf.
This commit is contained in:
parent
4cdf785130
commit
b5811c5d6d
@ -6,18 +6,17 @@
|
|||||||
#include "deck.h"
|
#include "deck.h"
|
||||||
#include "cursor.h"
|
#include "cursor.h"
|
||||||
|
|
||||||
#define EMPTY_STACKS_NUMBER 13
|
|
||||||
|
|
||||||
#define BLACK_ON_WHITE 1
|
#define BLACK_ON_WHITE 1
|
||||||
#define RED_ON_WHITE 2
|
#define RED_ON_WHITE 2
|
||||||
#define WHITE_ON_BLUE 3
|
#define WHITE_ON_BLUE 3
|
||||||
#define WHITE_ON_GREEN 4
|
#define WHITE_ON_GREEN 4
|
||||||
|
|
||||||
void erase_stack(struct stack *);
|
|
||||||
void draw_card(struct card *);
|
void draw_card(struct card *);
|
||||||
void draw_stack(struct stack *);
|
void draw_stack(struct stack *);
|
||||||
void draw_deck(struct deck *);
|
void draw_deck(struct deck *);
|
||||||
void draw_cursor(struct cursor *);
|
void draw_cursor(struct cursor *);
|
||||||
|
void erase_card(struct card *);
|
||||||
|
void erase_stack(struct stack *);
|
||||||
void erase_cursor(struct cursor *);
|
void erase_cursor(struct cursor *);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user