#ifndef TTY_SOLITAIRE_CURSES_H
#define TTY_SOLITAIRE_CURSES_H
void initialize_curses();
void end_curses();
void clear_screen();
#endif