... #include <stdlib.h> #include <curses.h> /* both ncurses.h and curses.h ... the game */ WINDOW * win; /* the window of the game on the screen */ int row; ...
確定! 回上一頁