Newer
Older
mvc / utils_curses.h
@fragsornotfrags fragsornotfrags on 5 Nov 2016 135 bytes first
#include <curses.h>

#define SHARP '#'

void init_color_pairs();
WINDOW* curses_init();
void print_col(int col, int length, int maxR);