Putting functions were they belong.

This commit is contained in:
Murilo Pereira
2011-02-16 23:50:29 -02:00
parent 3420045a35
commit daf0b4809f
5 changed files with 19 additions and 19 deletions
+3
View File
@@ -4,6 +4,7 @@
#include "card.h"
#include "stack.h"
#include "deck.h"
#include "cursor.h"
#define EMPTY_STACKS_NUMBER 13
@@ -28,5 +29,7 @@ void draw_back(struct card *);
void draw_card(struct card *);
void draw_stack(struct stack *);
void draw_deck(struct deck *);
void draw_cursor(struct cursor *);
void erase_cursor(struct cursor *);
#endif