Pessimistic memory allocation.

* Added/removed headers as necessary
* Removed 'key_event' function from keyboard
This commit is contained in:
Murilo Pereira
2011-02-06 03:44:45 -02:00
parent d1a7d6fc24
commit 75d1e5f23b
17 changed files with 81 additions and 24 deletions

View File

@@ -37,6 +37,8 @@ struct deck {
struct stack *maneuvre_6;
};
extern const char *program_name;
void allocate_deck(struct deck **);
void initialize_deck(struct deck *);
void delete_deck(struct deck *);