#include "client.h"

void quit()
{
    endwin();
    exit(0);
}
