Index

ncurses-minesweeper / 9e98a79

Terminal game of Minesweeper, implemented in C with ncurses.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
1212 Sep 2020 16:199e98a79Create game loop and page structureJosh Stockin160G

Blob @ ncurses-minesweeper / src / draw / winsize.h

text/plain79 bytesdownload raw
1#ifndef DRAW_WINSIZE_H
2#define DRAW_WINSIZE_H
3
4int draw_winsize(void);
5
6#endif
7