Add cursor#free_cursor prototype.
This commit is contained in:
parent
ce99997280
commit
18a78c9713
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user