Created the cursor object, and it moves!

This commit is contained in:
Murilo Soares Pereira
2010-04-20 01:11:42 -03:00
parent ebe1be2d55
commit 4c9336f944
5 changed files with 154 additions and 4 deletions
+2
View File
@@ -26,6 +26,8 @@
#define MANEUVRE_5_STARTING_X 41
#define MANEUVRE_6_STARTING_X 49
struct deck *deck;
void set_stacks_coordinates(struct deck *);
void fill_deck(struct deck *);
void shuffle_deck(struct deck *);