Add cursor#free_cursor prototype.

This commit is contained in:
Murilo Pereira 2011-05-15 15:03:24 -03:00
parent ce99997280
commit 18a78c9713

View File

@ -36,6 +36,7 @@ extern struct deck *deck;
void allocate_cursor(struct cursor **); void allocate_cursor(struct cursor **);
void initialize_cursor(struct cursor *); void initialize_cursor(struct cursor *);
void free_cursor(struct cursor *);
void move_cursor(struct cursor *, enum movement); void move_cursor(struct cursor *, enum movement);
#endif #endif