Declaring local functions as static.
This commit is contained in:
@@ -10,10 +10,6 @@ extern const char *program_name;
|
||||
struct deck *deck;
|
||||
struct cursor *cursor;
|
||||
|
||||
void set_stacks_initial_coordinates(struct deck *);
|
||||
void fill_deck(struct deck *);
|
||||
void shuffle_deck(struct deck *);
|
||||
void deal_cards(struct deck *);
|
||||
void greet_player();
|
||||
void initialize_game();
|
||||
void end_game();
|
||||
|
||||
Reference in New Issue
Block a user