Index

ncurses-minesweeper / 14fa750

Terminal game of Minesweeper, implemented in C with ncurses.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
1812 Sep 2020 23:2382ddf89Colors; base game state and game renderingJosh Stockin160G

Blob @ ncurses-minesweeper / src / colors.h

text/plain70 bytesdownload raw
1#ifndef COLORS_H
2#define COLORS_H
3
4int init_colorpairs(void);
5
6#endif
7